Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CHDChain Class Reference

#include <walletdb.h>

Collaboration diagram for CHDChain:
[legend]

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
 

Detailed Description

Definition at line 86 of file walletdb.h.

Constructor & Destructor Documentation

CHDChain::CHDChain ( )
inline

Definition at line 98 of file walletdb.h.

Here is the call graph for this function:

Member Function Documentation

bool CHDChain::operator== ( const CHDChain chain) const
inline

Definition at line 116 of file walletdb.h.

CHDChain::SERIALIZE_METHODS ( CHDChain  ,
obj   
)
inline

Definition at line 100 of file walletdb.h.

void CHDChain::SetNull ( )
inline

Definition at line 108 of file walletdb.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const int CHDChain::CURRENT_VERSION = VERSION_HD_CHAIN_SPLIT
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.

const int CHDChain::VERSION_HD_BASE = 1
static

Definition at line 93 of file walletdb.h.

const int CHDChain::VERSION_HD_CHAIN_SPLIT = 2
static

Definition at line 94 of file walletdb.h.


The documentation for this class was generated from the following file: