![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <wallet.h>
Public Member Functions | |
CAccountingEntry () | |
void | SetNull () |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
Public Attributes | |
std::string | strAccount |
CAmount | nCreditDebit |
int64_t | nTime |
std::string | strOtherAccount |
std::string | strComment |
mapValue_t | mapValue |
int64_t | nOrderPos |
uint64_t | nEntryNo |
position in ordered transaction list More... | |
ADD_SERIALIZE_METHODS | |
Private Attributes | |
std::vector< char > | _ssExtra |
Internal transfers. Database key is acentry<account><counter>.
|
inline |
|
inline |
Definition at line 552 of file wallet.h.
Referenced by CAccountingEntry().
|
private |
Definition at line 609 of file wallet.h.
Referenced by SerializationOp().
mapValue_t CAccountingEntry::mapValue |
Definition at line 543 of file wallet.h.
Referenced by SerializationOp().
CAmount CAccountingEntry::nCreditDebit |
Definition at line 539 of file wallet.h.
Referenced by AcentryToJSON(), CWalletDB::GetAccountCreditDebit(), listaccounts(), movecmd(), SerializationOp(), and SetNull().
uint64_t CAccountingEntry::nEntryNo |
position in ordered transaction list
Definition at line 545 of file wallet.h.
Referenced by CWalletDB::ReorderTransactions(), and SetNull().
int64_t CAccountingEntry::nOrderPos |
Definition at line 544 of file wallet.h.
Referenced by CWallet::AddAccountingEntry(), CWalletDB::LoadWallet(), movecmd(), CWalletDB::ReorderTransactions(), SerializationOp(), and SetNull().
int64_t CAccountingEntry::nTime |
Definition at line 540 of file wallet.h.
Referenced by AcentryToJSON(), CWallet::AddToWallet(), movecmd(), CWalletDB::ReorderTransactions(), SerializationOp(), and SetNull().
std::string CAccountingEntry::strAccount |
Definition at line 538 of file wallet.h.
Referenced by AcentryToJSON(), CWalletDB::ListAccountCreditDebit(), listaccounts(), movecmd(), SetNull(), and CWalletDB::WriteAccountingEntry().
std::string CAccountingEntry::strComment |
Definition at line 542 of file wallet.h.
Referenced by AcentryToJSON(), movecmd(), SerializationOp(), and SetNull().
std::string CAccountingEntry::strOtherAccount |
Definition at line 541 of file wallet.h.
Referenced by AcentryToJSON(), movecmd(), SerializationOp(), and SetNull().