PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
COutput Class Reference

#include <wallet.h>

Collaboration diagram for COutput:
[legend]

Public Member Functions

 COutput (const CWalletTx *txIn, int iIn, int nDepthIn, bool fSpendableIn)
 
CAmount Value () const
 
std::string ToString () const
 

Public Attributes

const CWalletTxtx
 
int i
 
int nDepth
 
bool fSpendable
 

Detailed Description

Definition at line 922 of file wallet.h.

Constructor & Destructor Documentation

◆ COutput()

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

Definition at line 930 of file wallet.h.

Member Function Documentation

◆ Value()

CAmount COutput::Value ( ) const
inline

Definition at line 938 of file wallet.h.

Member Data Documentation

◆ fSpendable

bool COutput::fSpendable

Definition at line 928 of file wallet.h.

◆ i

int COutput::i

Definition at line 926 of file wallet.h.

◆ nDepth

int COutput::nDepth

Definition at line 927 of file wallet.h.

◆ tx

const CWalletTx* COutput::tx

Definition at line 925 of file wallet.h.


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