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