Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Data Fields
CAccountingEntry Class Reference

Internal transfers. More...

#include <wallet.h>

+ Collaboration diagram for CAccountingEntry:

Public Member Functions

 CAccountingEntry ()
 
void SetNull ()
 

Data Fields

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.

Field 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: