Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CAccount Class Reference
Account information. More...
#include <wallet.h>

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.
Constructor & Destructor Documentation
◆ CAccount()
Member Function Documentation
◆ SerializationOp()
template<typename Stream , typename Operation >
|
inline |
Definition at line 1326 of file wallet.h.
References READWRITE, SER_GETHASH, and vchPubKey.
◆ SetNull()
|
inline |
Definition at line 1318 of file wallet.h.
References vchPubKey.
Referenced by CAccount(), and WalletBatch::ReadAccount().
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
◆ 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:
- src/wallet/wallet.h