Raven Core  3.0.0
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 590 of file wallet.h.

Constructor & Destructor Documentation

◆ CAccountingEntry()

CAccountingEntry::CAccountingEntry ( )
inline

Definition at line 602 of file wallet.h.

Member Function Documentation

◆ SerializationOp()

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 621 of file wallet.h.

◆ SetNull()

void CAccountingEntry::SetNull ( )
inline

Definition at line 607 of file wallet.h.

Member Data Documentation

◆ _ssExtra

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

Definition at line 665 of file wallet.h.

◆ ADD_SERIALIZE_METHODS

CAccountingEntry::ADD_SERIALIZE_METHODS

Definition at line 618 of file wallet.h.

◆ mapValue

mapValue_t CAccountingEntry::mapValue

Definition at line 598 of file wallet.h.

◆ nCreditDebit

CAmount CAccountingEntry::nCreditDebit

Definition at line 594 of file wallet.h.

◆ nEntryNo

uint64_t CAccountingEntry::nEntryNo

Definition at line 600 of file wallet.h.

◆ nOrderPos

int64_t CAccountingEntry::nOrderPos

position in ordered transaction list

Definition at line 599 of file wallet.h.

◆ nTime

int64_t CAccountingEntry::nTime

Definition at line 595 of file wallet.h.

◆ strAccount

std::string CAccountingEntry::strAccount

Definition at line 593 of file wallet.h.

◆ strComment

std::string CAccountingEntry::strComment

Definition at line 597 of file wallet.h.

◆ strOtherAccount

std::string CAccountingEntry::strOtherAccount

Definition at line 596 of file wallet.h.


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