Report whether this group passes an eligibility filter.
Declared in <wallet/coinselection.h>
bool
EligibleForSpending(CoinEligibilityFilter const& eligibility_filter) const;
True if the group is eligible for spending under the filter.
| Name | Description |
|---|---|
| eligibility_filter | The filter to test against. |