Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <pubkey.h>
Public Member Functions | |
void | Encode (uint8_t code[BIP32_EXTKEY_SIZE]) const |
void | Decode (const uint8_t code[BIP32_EXTKEY_SIZE]) |
bool | Derive (CExtPubKey &out, unsigned int nChild) const |
CExtPubKey ()=default | |
Public Attributes | |
uint8_t | nDepth |
uint8_t | 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) |
|
default |
Definition at line 325 of file pubkey.cpp.
bool CExtPubKey::Derive | ( | CExtPubKey & | out, |
unsigned int | nChild | ||
) | const |
Definition at line 313 of file pubkey.cpp.
|
friend |
|
friend |