Dash Core  0.12.2.1
P2P Digital Currency
CHDAccount Class Reference

#include <hdchain.h>

Public Member Functions

 CHDAccount ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 

Public Attributes

uint32_t nExternalChainCounter
 
uint32_t nInternalChainCounter
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 10 of file hdchain.h.

Constructor & Destructor Documentation

◆ CHDAccount()

CHDAccount::CHDAccount ( )
inline

Definition at line 16 of file hdchain.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CHDAccount::SerializationOp ( Stream &  s,
Operation  ser_action,
int  nType,
int  nVersion 
)
inline

Definition at line 20 of file hdchain.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CHDAccount::ADD_SERIALIZE_METHODS

Definition at line 18 of file hdchain.h.

◆ nExternalChainCounter

uint32_t CHDAccount::nExternalChainCounter

Definition at line 13 of file hdchain.h.

Referenced by CWallet::DeriveNewChildKey(), dumpwallet(), getwalletinfo(), and SerializationOp().

◆ nInternalChainCounter

uint32_t CHDAccount::nInternalChainCounter

Definition at line 14 of file hdchain.h.

Referenced by CWallet::DeriveNewChildKey(), dumpwallet(), getwalletinfo(), and SerializationOp().


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