[#wallet-SelectionFilter] = xref:wallet.adoc[wallet]::SelectionFilter :relfileprefix: ../ :mrdocs: Pairs a coin eligibility filter with whether mixing output types is allowed. == Synopsis Declared in `<wallet/spend.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SelectionFilter; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/SelectionFilter/allow_mixed_output_types.adoc[`allow_mixed_output_types`] | Whether the selection may mix different output types. | xref:wallet/SelectionFilter/filter.adoc[`filter`] | The eligibility filter applied to candidate coins. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#