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
Name |
Description |
eligibility_filter |
The filter to test against. |
Created with MrDocs