![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
Internal transfers. More...
#include <wallet.h>
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 |