[#wallet-CCoinControl-IsExternalSelected] = xref:wallet.adoc[wallet]::xref:wallet/CCoinControl.adoc[CCoinControl]::IsExternalSelected :relfileprefix: ../../ :mrdocs: Returns true if the given output is selected as an external input. == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsExternalSelected(xref:COutPoint.adoc[COutPoint] const& outpoint) const; ---- == Return Value true if the output is selected and has its previous output set (external). == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The output to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#