![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
Internal transfers. More...
#include <wallet.h>
Public Member Functions | |
CAccountingEntry () | |
void | SetNull () |
Data Fields | |
std::string | strAccount |
int64_t | nCreditDebit |
int64_t | nTime |
std::string | strOtherAccount |
std::string | strComment |
mapValue_t | mapValue |
int64_t | nOrderPos |
uint64_t | nEntryNo |
Internal transfers.
Database key is acentry<account><counter>.
mapValue_t CAccountingEntry::mapValue |
int64_t CAccountingEntry::nCreditDebit |
Definition at line 803 of file wallet.h.
Referenced by AcentryToJSON(), CWalletDB::GetAccountCreditDebit(), listaccounts(), and movecmd().
uint64_t CAccountingEntry::nEntryNo |
Definition at line 809 of file wallet.h.
Referenced by CWalletDB::ReorderTransactions().
int64_t CAccountingEntry::nOrderPos |
Definition at line 808 of file wallet.h.
Referenced by movecmd(), CWallet::OrderedTxItems(), and CWalletDB::ReorderTransactions().
int64_t CAccountingEntry::nTime |
Definition at line 804 of file wallet.h.
Referenced by AcentryToJSON(), CWallet::AddToWallet(), movecmd(), and CWalletDB::ReorderTransactions().
std::string CAccountingEntry::strAccount |
Definition at line 802 of file wallet.h.
Referenced by AcentryToJSON(), CWalletDB::ListAccountCreditDebit(), listaccounts(), movecmd(), and CWalletDB::WriteAccountingEntry().
std::string CAccountingEntry::strComment |
Definition at line 806 of file wallet.h.
Referenced by AcentryToJSON(), and movecmd().
std::string CAccountingEntry::strOtherAccount |
Definition at line 805 of file wallet.h.
Referenced by AcentryToJSON(), and movecmd().