Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | Private Attributes | List of all members
CAccountingEntry Class Reference

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
 

Detailed Description

Internal transfers.

Database key is acentry<account><counter>.

Definition at line 589 of file wallet.h.

Constructor & Destructor Documentation

CAccountingEntry::CAccountingEntry ( )
inline

Definition at line 601 of file wallet.h.

Member Function Documentation

template<typename Stream , typename Operation >
void CAccountingEntry::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Note: strAccount is serialized as part of the key, not here.

Definition at line 620 of file wallet.h.

Here is the call graph for this function:

void CAccountingEntry::SetNull ( )
inline

Definition at line 606 of file wallet.h.

Member Data Documentation

std::vector<char> CAccountingEntry::_ssExtra
private

Definition at line 664 of file wallet.h.

CAccountingEntry::ADD_SERIALIZE_METHODS

Definition at line 617 of file wallet.h.

mapValue_t CAccountingEntry::mapValue

Definition at line 597 of file wallet.h.

CAmount CAccountingEntry::nCreditDebit

Definition at line 593 of file wallet.h.

uint64_t CAccountingEntry::nEntryNo

Definition at line 599 of file wallet.h.

int64_t CAccountingEntry::nOrderPos

position in ordered transaction list

Definition at line 598 of file wallet.h.

int64_t CAccountingEntry::nTime

Definition at line 594 of file wallet.h.

std::string CAccountingEntry::strAccount

Definition at line 592 of file wallet.h.

std::string CAccountingEntry::strComment

Definition at line 596 of file wallet.h.

std::string CAccountingEntry::strOtherAccount

Definition at line 595 of file wallet.h.


The documentation for this class was generated from the following file: