[#wallet-CCoinControl-Select] = xref:wallet.adoc[wallet]::xref:wallet/CCoinControl.adoc[CCoinControl]::Select :relfileprefix: ../../ :mrdocs: Lock‐in the given output for spending. The output will be included in the transaction even if it's not the most optimal choice. == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/PreselectedInput.adoc[PreselectedInput]& Select(xref:COutPoint.adoc[COutPoint] const& outpoint); ---- == Return Value A reference to the preselected input details for the outpoint. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The output to pre‐select. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#