![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <wallet.h>
Public Member Functions | |
CAccount () | |
void | SetNull () |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
Public Attributes | |
CPubKey | vchPubKey |
ADD_SERIALIZE_METHODS | |
Account information. Stored in wallet with key "acc"+string account name.
|
inline |
|
inline |
Definition at line 1090 of file wallet.h.
Referenced by CAccount(), and CWalletDB::ReadAccount().
CPubKey CAccount::vchPubKey |
Definition at line 1083 of file wallet.h.
Referenced by GetAccountAddress(), SerializationOp(), and SetNull().