0
What is the typical bytesize range for an extended public key?
An extended private key?
0
What is the typical bytesize range for an extended public key?
An extended private key?
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.