Bitcoin ABC 0.26.3
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 | |
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 87 of file walletdb.h.
|
inline |
Definition at line 115 of file walletdb.h.
|
inline |
Definition at line 108 of file walletdb.h.
|
static |
Definition at line 96 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 97 of file walletdb.h.
CKeyID CHDChain::seed_id |
seed hash160
Definition at line 92 of file walletdb.h.
|
static |
Definition at line 94 of file walletdb.h.
|
static |
Definition at line 95 of file walletdb.h.