![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <walletdb.h>
Public Member Functions | |
| CHDChain () | |
| SERIALIZE_METHODS (CHDChain, obj) | |
| void | SetNull () |
| bool | operator== (const CHDChain &chain) const |
Public Attributes | |
| uint32_t | nExternalChainCounter |
| uint32_t | nInternalChainCounter |
| CKeyID | seed_id |
| seed hash160 More... | |
| int | nVersion |
Static Public Attributes | |
| static const int | VERSION_HD_BASE = 1 |
| static const int | VERSION_HD_CHAIN_SPLIT = 2 |
| static const int | CURRENT_VERSION = VERSION_HD_CHAIN_SPLIT |
Definition at line 86 of file walletdb.h.
|
inline |
|
inline |
Definition at line 116 of file walletdb.h.
|
inline |
Definition at line 100 of file walletdb.h.
|
inline |
Definition at line 108 of file walletdb.h.
|
static |
Definition at line 95 of file walletdb.h.
| uint32_t CHDChain::nExternalChainCounter |
Definition at line 89 of file walletdb.h.
| uint32_t CHDChain::nInternalChainCounter |
Definition at line 90 of file walletdb.h.
| int CHDChain::nVersion |
Definition at line 96 of file walletdb.h.
| CKeyID CHDChain::seed_id |
seed hash160
Definition at line 91 of file walletdb.h.
|
static |
Definition at line 93 of file walletdb.h.
|
static |
Definition at line 94 of file walletdb.h.
1.8.8