wallet::SelectionFilter

Pairs a coin eligibility filter with whether mixing output types is allowed.

Synopsis

Declared in <wallet/spend.h>

struct SelectionFilter;

Data Members

NameDescription
allow_mixed_output_types Whether the selection may mix different output types.
filter The eligibility filter applied to candidate coins.