Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CInputCoin Class Reference

#include <wallet.h>

Collaboration diagram for CInputCoin:
[legend]

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 498 of file wallet.h.

Constructor & Destructor Documentation

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

Definition at line 500 of file wallet.h.

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 518 of file wallet.h.

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

Definition at line 514 of file wallet.h.

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

Definition at line 522 of file wallet.h.

Member Data Documentation

COutPoint CInputCoin::outpoint

Definition at line 511 of file wallet.h.

CTxOut CInputCoin::txout

Definition at line 512 of file wallet.h.


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