Deserialize this extended public key from the BIP32 byte encoding including the version prefix.
Synopsis
Declared in <pubkey.h>
void
DecodeWithVersion(unsigned char const code[]);
Parameters
Name |
Description |
code |
The versioned BIP32‐encoded key to read. |
Created with MrDocs