Fabcoin Core
0.16.2
P2P Digital Currency
|
Internal transfers. More...
#include <wallet.h>
Public Member Functions | |
CAccountingEntry () | |
void | SetNull () |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
std::string | strAccount |
CAmount | nCreditDebit |
int64_t | nTime |
std::string | strOtherAccount |
std::string | strComment |
mapValue_t | mapValue |
int64_t | nOrderPos |
position in ordered transaction list More... | |
uint64_t | nEntryNo |
ADD_SERIALIZE_METHODS | |
Private Attributes | |
std::vector< char > | _ssExtra |
Internal transfers.
Database key is acentry<account><counter>.
|
inline |
mapValue_t CAccountingEntry::mapValue |
int64_t CAccountingEntry::nOrderPos |