Serialize this extended public key into the BIP32 byte encoding (without version).

Synopsis

Declared in <pubkey.h>

void
Encode(unsigned char code[]) const;

Parameters

Name

Description

code

Output buffer receiving the BIP32‐encoded key.

Created with MrDocs