What is the typical size for an extended public key?

0

What is the typical bytesize range for an extended public key?

An extended private key?

arshbot

Posted 2018-08-23T14:42:12.837

Reputation: 753

Answers

5

An extended public or private key is always 78 bytes of data. When Base58 Check encoded, this results in a string that is up to 112 characters in size.

The format of the data is defined in BIP 32.

Andrew Chow

Posted 2018-08-23T14:42:12.837

Reputation: 40 910