![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Internal transfers. More...
#include <wallet.h>
Public Member Functions | |
CAccountingEntry () | |
void | SetNull () |
Public Attributes | |
std::string | strAccount |
int64 | nCreditDebit |
int64 | nTime |
std::string | strOtherAccount |
std::string | strComment |
mapValue_t | mapValue |
int64 | nOrderPos |
uint64 | nEntryNo |
Internal transfers.
Database key is acentry<account><counter>.
mapValue_t CAccountingEntry::mapValue |