Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
wallet::CHDChain Class Reference

#include <walletdb.h>

Collaboration diagram for wallet::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...
 
int64_t m_next_external_index {0}
 
int64_t m_next_internal_index {0}
 
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 97 of file walletdb.h.

Constructor & Destructor Documentation

◆ CHDChain()

wallet::CHDChain::CHDChain ( )
inline

Definition at line 111 of file walletdb.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator==()

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

Definition at line 129 of file walletdb.h.

◆ SERIALIZE_METHODS()

wallet::CHDChain::SERIALIZE_METHODS ( CHDChain  ,
obj   
)
inline

Definition at line 113 of file walletdb.h.

◆ SetNull()

void wallet::CHDChain::SetNull ( )
inline

Definition at line 121 of file walletdb.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ CURRENT_VERSION

const int wallet::CHDChain::CURRENT_VERSION = VERSION_HD_CHAIN_SPLIT
static

Definition at line 108 of file walletdb.h.

◆ m_next_external_index

int64_t wallet::CHDChain::m_next_external_index {0}

Definition at line 103 of file walletdb.h.

◆ m_next_internal_index

int64_t wallet::CHDChain::m_next_internal_index {0}

Definition at line 104 of file walletdb.h.

◆ nExternalChainCounter

uint32_t wallet::CHDChain::nExternalChainCounter

Definition at line 100 of file walletdb.h.

◆ nInternalChainCounter

uint32_t wallet::CHDChain::nInternalChainCounter

Definition at line 101 of file walletdb.h.

◆ nVersion

int wallet::CHDChain::nVersion

Definition at line 109 of file walletdb.h.

◆ seed_id

CKeyID wallet::CHDChain::seed_id

seed hash160

Definition at line 102 of file walletdb.h.

◆ VERSION_HD_BASE

const int wallet::CHDChain::VERSION_HD_BASE = 1
static

Definition at line 106 of file walletdb.h.

◆ VERSION_HD_CHAIN_SPLIT

const int wallet::CHDChain::VERSION_HD_CHAIN_SPLIT = 2
static

Definition at line 107 of file walletdb.h.


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