![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <pubkey.h>
Public Member Functions | |
| void | Encode (unsigned char code[BIP32_EXTKEY_SIZE]) const |
| void | Decode (const unsigned char code[BIP32_EXTKEY_SIZE]) |
| bool | Derive (CExtPubKey &out, unsigned int nChild) const |
Public Attributes | |
| unsigned char | nDepth |
| unsigned char | vchFingerprint [4] |
| unsigned int | nChild |
| ChainCode | chaincode |
| CPubKey | pubkey |
Friends | |
| bool | operator== (const CExtPubKey &a, const CExtPubKey &b) |
| bool | operator!= (const CExtPubKey &a, const CExtPubKey &b) |
| void CExtPubKey::Decode | ( | const unsigned char | code[BIP32_EXTKEY_SIZE] | ) |
Definition at line 285 of file pubkey.cpp.
| bool CExtPubKey::Derive | ( | CExtPubKey & | out, |
| unsigned int | nChild | ||
| ) | const |
| void CExtPubKey::Encode | ( | unsigned char | code[BIP32_EXTKEY_SIZE] | ) | const |
Definition at line 275 of file pubkey.cpp.
|
friend |
|
friend |
1.8.8