#include <coinselection.h>
|
| OutputGroup () |
|
| OutputGroup (std::vector< CInputCoin > &&outputs, bool from_me, CAmount 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 |
|
Definition at line 67 of file coinselection.h.
◆ OutputGroup() [1/3]
OutputGroup::OutputGroup |
( |
| ) |
|
|
inline |
◆ OutputGroup() [2/3]
OutputGroup::OutputGroup |
( |
std::vector< CInputCoin > && |
outputs, |
|
|
bool |
from_me, |
|
|
CAmount |
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()
◆ Insert()
void OutputGroup::Insert |
( |
const CInputCoin & |
output, |
|
|
int |
depth, |
|
|
bool |
from_me, |
|
|
size_t |
ancestors, |
|
|
size_t |
descendants |
|
) |
| |
◆ effective_value
CAmount OutputGroup::effective_value {0} |
◆ fee
◆ long_term_fee
CAmount OutputGroup::long_term_fee {0} |
◆ 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: