Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

Account information. More...

#include <wallet.h>

+ Collaboration diagram for CAccount:

Public Member Functions

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

Public Attributes

CPubKey vchPubKey
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Account information.

Stored in wallet with key "acc"+string account name.

Definition at line 1308 of file wallet.h.

Constructor & Destructor Documentation

◆ CAccount()

CAccount::CAccount ( )
inline

Definition at line 1313 of file wallet.h.

References SetNull().

Member Function Documentation

◆ SerializationOp()

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

Definition at line 1326 of file wallet.h.

References READWRITE, SER_GETHASH, and vchPubKey.

◆ SetNull()

void CAccount::SetNull ( )
inline

Definition at line 1318 of file wallet.h.

References vchPubKey.

Referenced by CAccount(), and WalletBatch::ReadAccount().

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CAccount::ADD_SERIALIZE_METHODS

Definition at line 1323 of file wallet.h.

◆ vchPubKey

CPubKey CAccount::vchPubKey

Definition at line 1311 of file wallet.h.

Referenced by CWallet::GetAccountDestination(), SerializationOp(), and SetNull().


The documentation for this class was generated from the following file:
Released under the MIT license