Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

#include <hdchain.h>

Public Member Functions

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

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 
)
inline

Definition at line 20 of file hdchain.h.

References nExternalChainCounter, nInternalChainCounter, and READWRITE.

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:
Released under the MIT license