Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <key.h>
Public Member Functions | |
void | Encode (uint8_t code[BIP32_EXTKEY_SIZE]) const |
void | Decode (const uint8_t code[BIP32_EXTKEY_SIZE]) |
bool | Derive (CExtKey &out, unsigned int nChild) const |
CExtPubKey | Neuter () const |
void | SetSeed (Span< const std::byte > seed) |
CExtKey ()=default | |
Public Attributes | |
uint8_t | nDepth |
uint8_t | vchFingerprint [4] |
unsigned int | nChild |
ChainCode | chaincode |
CKey | key |
Friends | |
bool | operator== (const CExtKey &a, const CExtKey &b) |
|
default |
CExtPubKey CExtKey::Neuter | ( | ) | const |