Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <coinselection.h>
Public Member Functions | |
CInputCoin (const CTransactionRef &tx, unsigned int i) | |
CInputCoin (const CTransactionRef &tx, unsigned int i, int input_bytes) | |
bool | operator< (const CInputCoin &rhs) const |
bool | operator!= (const CInputCoin &rhs) const |
bool | operator== (const CInputCoin &rhs) const |
Public Attributes | |
COutPoint | outpoint |
CTxOut | txout |
Amount | effective_value |
Amount | m_fee {Amount::zero()} |
Amount | m_long_term_fee {Amount::zero()} |
int | m_input_bytes {-1} |
Pre-computed estimated size of this output as a fully-signed input in a transaction. | |
Definition at line 17 of file coinselection.h.
|
inline |
Definition at line 19 of file coinselection.h.
|
inline |
|
inline |
|
inline |
|
inline |
Amount CInputCoin::effective_value |
Definition at line 39 of file coinselection.h.
Amount CInputCoin::m_fee {Amount::zero()} |
Definition at line 40 of file coinselection.h.
int CInputCoin::m_input_bytes {-1} |
Pre-computed estimated size of this output as a fully-signed input in a transaction.
Can be -1 if it could not be calculated.
Definition at line 47 of file coinselection.h.
Amount CInputCoin::m_long_term_fee {Amount::zero()} |
Definition at line 41 of file coinselection.h.
COutPoint CInputCoin::outpoint |
Definition at line 37 of file coinselection.h.
CTxOut CInputCoin::txout |
Definition at line 38 of file coinselection.h.