Raven Core  3.0.0
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 499 of file wallet.h.

Constructor & Destructor Documentation

◆ CInputCoin()

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

Definition at line 501 of file wallet.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator!=()

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

Definition at line 519 of file wallet.h.

◆ operator<()

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

Definition at line 515 of file wallet.h.

◆ operator==()

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

Definition at line 523 of file wallet.h.

Member Data Documentation

◆ outpoint

COutPoint CInputCoin::outpoint

Definition at line 512 of file wallet.h.

◆ txout

CTxOut CInputCoin::txout

Definition at line 513 of file wallet.h.


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