A BIP32 extended private key: a private key plus the chain code and metadata needed for derivation.
Synopsis
Declared in <key.h>
struct CExtKey;
Member Functions
Name |
Description |
|
Constructors |
Deserialize this extended key from the BIP32 byte encoding. |
|
Derive a BIP32 child extended key. |
|
Serialize this extended key into the BIP32 byte encoding. |
|
Derive the extended public key corresponding to this extended private key. |
|
Initialize this extended key as a master key from a seed. |
|
Compute the fingerprint of this key's own public key. |
Data Members
Name |
Description |
Chain code accompanying the private key. |
|
Fingerprint of the parent key. |
|
The extended private key material. |
|
Child index used to derive this key from its parent. |
|
Depth of this key in the BIP32 derivation tree. |
Friends
Name |
Description |
Compare two extended keys for equality of all fields. |
Non-Member Functions
Name |
Description |
Decode a Base58Check‐encoded extended private key. |
|
Get extended key and origin info for a given path |
|
Encode an extended private key in Base58Check format. |
Created with MrDocs