Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CInputCoin Class Reference
#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
Constructor & Destructor Documentation
◆ CInputCoin()
|
inline |
Definition at line 529 of file wallet.h.
References CMerkleTx::GetHash(), outpoint, CMerkleTx::tx, and txout.
Member Function Documentation
◆ operator!=()
|
inline |
◆ operator<()
|
inline |
◆ operator==()
|
inline |
Member Data Documentation
◆ outpoint
COutPoint CInputCoin::outpoint |
Definition at line 540 of file wallet.h.
Referenced by CInputCoin(), operator!=(), CompareInputCoinBIP69::operator()(), operator<(), and operator==().
◆ 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:
- src/wallet/wallet.h