Dash Core  0.12.2.1
P2P Digital Currency
COutput Class Reference

#include <wallet.h>

Public Member Functions

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

Public Attributes

const CWalletTxtx
 
int i
 
int nDepth
 
bool fSpendable
 
bool fSolvable
 

Detailed Description

Definition at line 482 of file wallet.h.

Constructor & Destructor Documentation

◆ COutput()

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

Definition at line 491 of file wallet.h.

Member Data Documentation

◆ fSolvable

bool COutput::fSolvable

Definition at line 489 of file wallet.h.

Referenced by COutput().

◆ fSpendable

bool COutput::fSpendable

Definition at line 488 of file wallet.h.

Referenced by COutput(), and CWallet::SelectCoinsMinConf().

◆ i

int COutput::i

◆ nDepth

int COutput::nDepth

Definition at line 487 of file wallet.h.

Referenced by COutput(), and CWallet::SelectCoinsMinConf().

◆ tx

const CWalletTx* COutput::tx

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