[#wallet-SelectionResult-2constructor-0c] = xref:wallet.adoc[wallet]::xref:wallet/SelectionResult.adoc[SelectionResult]::SelectionResult :relfileprefix: ../../ :mrdocs: Construct an empty result targeting a given amount with a given algorithm. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SelectionResult( xref:CAmount.adoc[CAmount] const target, xref:wallet/SelectionAlgorithm.adoc[SelectionAlgorithm] algo); ---- == Parameters [cols="1,4"] |=== | Name| Description | *target* | The selection target (recipient amount plus non‐input fees). | *algo* | The algorithm producing this result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#