#include <coinselection.h>
|
| OutputGroup () |
|
| OutputGroup (std::vector< CInputCoin > &&outputs, bool from_me, Amount value, int depth, size_t ancestors, size_t descendants) |
|
| OutputGroup (const CInputCoin &output, int depth, bool from_me, size_t ancestors, size_t descendants) |
|
void | Insert (const CInputCoin &output, int depth, bool from_me, size_t ancestors, size_t descendants) |
|
std::vector< CInputCoin >::iterator | Discard (const CInputCoin &output) |
|
bool | EligibleForSpending (const CoinEligibilityFilter &eligibility_filter) const |
|
void | SetFees (const CFeeRate effective_feerate, const CFeeRate long_term_feerate) |
| Update the OutputGroup's fee, long_term_fee, and effective_value based on the given feerates. More...
|
|
OutputGroup | GetPositiveOnlyGroup () |
|
Definition at line 80 of file coinselection.h.
◆ OutputGroup() [1/3]
OutputGroup::OutputGroup |
( |
| ) |
|
|
inline |
◆ OutputGroup() [2/3]
OutputGroup::OutputGroup |
( |
std::vector< CInputCoin > && |
outputs, |
|
|
bool |
from_me, |
|
|
Amount |
value, |
|
|
int |
depth, |
|
|
size_t |
ancestors, |
|
|
size_t |
descendants |
|
) |
| |
|
inline |
◆ OutputGroup() [3/3]
OutputGroup::OutputGroup |
( |
const CInputCoin & |
output, |
|
|
int |
depth, |
|
|
bool |
from_me, |
|
|
size_t |
ancestors, |
|
|
size_t |
descendants |
|
) |
| |
|
inline |
◆ Discard()
◆ EligibleForSpending()
◆ GetPositiveOnlyGroup()
◆ Insert()
void OutputGroup::Insert |
( |
const CInputCoin & |
output, |
|
|
int |
depth, |
|
|
bool |
from_me, |
|
|
size_t |
ancestors, |
|
|
size_t |
descendants |
|
) |
| |
◆ SetFees()
void OutputGroup::SetFees |
( |
const CFeeRate |
effective_feerate, |
|
|
const CFeeRate |
long_term_feerate |
|
) |
| |
◆ effective_value
◆ fee
◆ long_term_fee
◆ m_ancestors
size_t OutputGroup::m_ancestors {0} |
◆ m_depth
int OutputGroup::m_depth {999} |
◆ m_descendants
size_t OutputGroup::m_descendants {0} |
◆ m_from_me
bool OutputGroup::m_from_me {true} |
◆ m_outputs
◆ m_value
The documentation for this struct was generated from the following files: