BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
void SetNull ()
 

Public Attributes

uint32_t nExternalChainCounter
 
uint32_t nInternalChainCounter
 
CKeyID seed_id
 seed hash360 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
 

Detailed Description

Definition at line 58 of file walletdb.h.

Constructor & Destructor Documentation

◆ CHDChain()

CHDChain::CHDChain ( )
inline

Definition at line 70 of file walletdb.h.

Here is the call graph for this function:

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CHDChain::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 73 of file walletdb.h.

◆ SetNull()

void CHDChain::SetNull ( )
inline

Definition at line 82 of file walletdb.h.

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

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CHDChain::ADD_SERIALIZE_METHODS

Definition at line 71 of file walletdb.h.

◆ CURRENT_VERSION

const int CHDChain::CURRENT_VERSION = VERSION_HD_CHAIN_SPLIT
static

Definition at line 67 of file walletdb.h.

◆ nExternalChainCounter

uint32_t CHDChain::nExternalChainCounter

Definition at line 61 of file walletdb.h.

◆ nInternalChainCounter

uint32_t CHDChain::nInternalChainCounter

Definition at line 62 of file walletdb.h.

◆ nVersion

int CHDChain::nVersion

Definition at line 68 of file walletdb.h.

◆ seed_id

CKeyID CHDChain::seed_id

seed hash360

Definition at line 63 of file walletdb.h.

◆ VERSION_HD_BASE

const int CHDChain::VERSION_HD_BASE = 1
static

Definition at line 65 of file walletdb.h.

◆ VERSION_HD_CHAIN_SPLIT

const int CHDChain::VERSION_HD_CHAIN_SPLIT = 2
static

Definition at line 66 of file walletdb.h.


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