Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

#include <wallet.h>

+ Collaboration diagram for CInputCoin:

Public Member Functions

 CInputCoin (const CWalletTx *walletTx, unsigned int i)
 
bool operator< (const CInputCoin &rhs) const
 
bool operator!= (const CInputCoin &rhs) const
 
bool operator== (const CInputCoin &rhs) const
 

Public Attributes

COutPoint outpoint
 
CTxOut txout
 

Detailed Description

Definition at line 527 of file wallet.h.

Constructor & Destructor Documentation

◆ CInputCoin()

CInputCoin::CInputCoin ( const CWalletTx walletTx,
unsigned int  i 
)
inline

Definition at line 529 of file wallet.h.

References CMerkleTx::GetHash(), outpoint, CMerkleTx::tx, and txout.

Member Function Documentation

◆ operator!=()

bool CInputCoin::operator!= ( const CInputCoin rhs) const
inline

Definition at line 547 of file wallet.h.

References outpoint.

◆ operator<()

bool CInputCoin::operator< ( const CInputCoin rhs) const
inline

Definition at line 543 of file wallet.h.

References outpoint.

◆ operator==()

bool CInputCoin::operator== ( const CInputCoin rhs) const
inline

Definition at line 551 of file wallet.h.

References outpoint.

Member Data Documentation

◆ outpoint

COutPoint CInputCoin::outpoint

◆ txout

CTxOut CInputCoin::txout

Definition at line 541 of file wallet.h.

Referenced by CInputCoin(), CompareValueOnly::operator()(), and CWallet::SelectCoinsMinConf().


The documentation for this class was generated from the following file:
Released under the MIT license