Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CAccountingEntry Class Reference

Internal transfers. More...

#include <wallet.h>

Public Member Functions

 CAccountingEntry ()
 
void SetNull ()
 

Public Attributes

std::string strAccount
 
int64_t nCreditDebit
 
int64_t nTime
 
std::string strOtherAccount
 
std::string strComment
 
mapValue_t mapValue
 
int64_t nOrderPos
 
uint64_t nEntryNo
 

Detailed Description

Internal transfers.

Database key is acentry<account><counter>.

Definition at line 915 of file wallet.h.

Constructor & Destructor Documentation

CAccountingEntry::CAccountingEntry ( )
inline

Definition at line 927 of file wallet.h.

Member Function Documentation

void CAccountingEntry::SetNull ( )
inline

Definition at line 932 of file wallet.h.

Member Data Documentation

mapValue_t CAccountingEntry::mapValue

Definition at line 923 of file wallet.h.

int64_t CAccountingEntry::nCreditDebit

Definition at line 919 of file wallet.h.

uint64_t CAccountingEntry::nEntryNo

Definition at line 925 of file wallet.h.

int64_t CAccountingEntry::nOrderPos

Definition at line 924 of file wallet.h.

int64_t CAccountingEntry::nTime

Definition at line 920 of file wallet.h.

std::string CAccountingEntry::strAccount

Definition at line 918 of file wallet.h.

std::string CAccountingEntry::strComment

Definition at line 922 of file wallet.h.

std::string CAccountingEntry::strOtherAccount

Definition at line 921 of file wallet.h.


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