![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Internal transfers. More...
#include <wallet.h>
Collaboration diagram for CAccountingEntry:Public Member Functions | |
| CAccountingEntry () | |
| void | SetNull () |
Public Attributes | |
| 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().
1.8.8