CExtPubKey::EncodeWithVersion

Serialize this extended public key into the BIP32 byte encoding including the version prefix.

Synopsis

Declared in <pubkey.h>

void
EncodeWithVersion(unsigned char code[]) const;

Parameters

NameDescription
codeOutput buffer receiving the versioned BIP32-encoded key.