Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <walletdb.h>
Public Member Functions | |
CHDChain () | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
void | SetNull () |
Public Attributes | |
uint32_t | nExternalChainCounter |
uint32_t | nInternalChainCounter |
CKeyID | masterKeyID |
master key hash160 More... | |
int | nVersion |
ADD_SERIALIZE_METHODS | |
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 62 of file walletdb.h.
|
inline |
|
inline |
Definition at line 77 of file walletdb.h.
|
inline |
Definition at line 86 of file walletdb.h.
CHDChain::ADD_SERIALIZE_METHODS |
Definition at line 75 of file walletdb.h.
|
static |
Definition at line 71 of file walletdb.h.
CKeyID CHDChain::masterKeyID |
master key hash160
Definition at line 67 of file walletdb.h.
uint32_t CHDChain::nExternalChainCounter |
Definition at line 65 of file walletdb.h.
uint32_t CHDChain::nInternalChainCounter |
Definition at line 66 of file walletdb.h.
int CHDChain::nVersion |
Definition at line 72 of file walletdb.h.
|
static |
Definition at line 69 of file walletdb.h.
|
static |
Definition at line 70 of file walletdb.h.