wallet::OutputGroup::EligibleForSpending

Report whether this group passes an eligibility filter.

Synopsis

Declared in <wallet/coinselection.h>

bool
EligibleForSpending(CoinEligibilityFilter const& eligibility_filter) const;

Return Value

True if the group is eligible for spending under the filter.

Parameters

NameDescription
eligibility_filterThe filter to test against.