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
COutput Class Reference

#include <wallet.h>

+ Collaboration diagram for COutput:

Public Member Functions

 COutput (const CWalletTx *txIn, int iIn, int nDepthIn)
 
std::string ToString () const
 
void print () const
 

Data Fields

const CWalletTxtx
 
int i
 
int nDepth
 

Detailed Description

Definition at line 709 of file wallet.h.

Constructor & Destructor Documentation

COutput::COutput ( const CWalletTx txIn,
int  iIn,
int  nDepthIn 
)
inline

Definition at line 716 of file wallet.h.

Member Function Documentation

void COutput::print ( ) const
inline

Definition at line 726 of file wallet.h.

References LogPrintf.

std::string COutput::ToString ( ) const
inline

Definition at line 721 of file wallet.h.

References FormatMoney(), CTransaction::GetHash(), strprintf, base_uint< BITS >::ToString(), and CTransaction::vout.

+ Here is the call graph for this function:

Field Documentation

int COutput::i
int COutput::nDepth
const CWalletTx* COutput::tx

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