Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CAccountingEntry Class Reference

Internal transfers. More...

#include <wallet.h>

+ Collaboration diagram for CAccountingEntry:

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

Constructor & Destructor Documentation

CAccountingEntry::CAccountingEntry ( )
inline

Definition at line 811 of file wallet.h.

Member Function Documentation

void CAccountingEntry::SetNull ( )
inline

Definition at line 816 of file wallet.h.

Member Data Documentation

mapValue_t CAccountingEntry::mapValue

Definition at line 807 of file wallet.h.

int64_t CAccountingEntry::nCreditDebit

Definition at line 803 of file wallet.h.

Referenced by AcentryToJSON(), CWalletDB::GetAccountCreditDebit(), listaccounts(), and movecmd().

uint64_t CAccountingEntry::nEntryNo

Definition at line 809 of file wallet.h.

Referenced by CWalletDB::ReorderTransactions().

int64_t CAccountingEntry::nOrderPos

Definition at line 808 of file wallet.h.

Referenced by movecmd(), CWallet::OrderedTxItems(), and CWalletDB::ReorderTransactions().

int64_t CAccountingEntry::nTime
std::string CAccountingEntry::strAccount
std::string CAccountingEntry::strComment

Definition at line 806 of file wallet.h.

Referenced by AcentryToJSON(), and movecmd().

std::string CAccountingEntry::strOtherAccount

Definition at line 805 of file wallet.h.

Referenced by AcentryToJSON(), and movecmd().


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