Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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 nCreditDebit
 
int64 nTime
 
std::string strOtherAccount
 
std::string strComment
 
mapValue_t mapValue
 
int64 nOrderPos
 
uint64 nEntryNo
 

Detailed Description

Internal transfers.

Database key is acentry<account><counter>.

Definition at line 786 of file wallet.h.

Constructor & Destructor Documentation

CAccountingEntry::CAccountingEntry ( )
inline

Definition at line 798 of file wallet.h.

Member Function Documentation

void CAccountingEntry::SetNull ( )
inline

Definition at line 803 of file wallet.h.

Member Data Documentation

mapValue_t CAccountingEntry::mapValue

Definition at line 794 of file wallet.h.

int64 CAccountingEntry::nCreditDebit

Definition at line 790 of file wallet.h.

uint64 CAccountingEntry::nEntryNo

Definition at line 796 of file wallet.h.

int64 CAccountingEntry::nOrderPos

Definition at line 795 of file wallet.h.

int64 CAccountingEntry::nTime

Definition at line 791 of file wallet.h.

std::string CAccountingEntry::strAccount

Definition at line 789 of file wallet.h.

std::string CAccountingEntry::strComment

Definition at line 793 of file wallet.h.

std::string CAccountingEntry::strOtherAccount

Definition at line 792 of file wallet.h.


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