Internal transfers.
More...
#include <wallet.h>
Internal transfers.
Database key is acentry<account><counter>.
Definition at line 982 of file wallet.h.
◆ CAccountingEntry()
| CAccountingEntry::CAccountingEntry |
( |
| ) |
|
|
inline |
◆ SerializationOp()
template<typename Stream , typename Operation >
| void CAccountingEntry::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| |
|
inline |
Note: strAccount is serialized as part of the key, not here.
Definition at line 1013 of file wallet.h.
◆ SetNull()
| void CAccountingEntry::SetNull |
( |
| ) |
|
|
inline |
◆ _ssExtra
| std::vector<char> CAccountingEntry::_ssExtra |
|
private |
◆ ADD_SERIALIZE_METHODS
| CAccountingEntry::ADD_SERIALIZE_METHODS |
◆ mapValue
◆ nCreditDebit
| CAmount CAccountingEntry::nCreditDebit |
◆ nEntryNo
| uint64_t CAccountingEntry::nEntryNo |
position in ordered transaction list
Definition at line 992 of file wallet.h.
◆ nOrderPos
| int64_t CAccountingEntry::nOrderPos |
◆ nTime
| int64_t CAccountingEntry::nTime |
◆ strAccount
| std::string CAccountingEntry::strAccount |
◆ strComment
| std::string CAccountingEntry::strComment |
◆ strOtherAccount
| std::string CAccountingEntry::strOtherAccount |
The documentation for this class was generated from the following file: