[#wallet-CCoinControl-ListSelected] = xref:wallet.adoc[wallet]::xref:wallet/CCoinControl.adoc[CCoinControl]::ListSelected :relfileprefix: ../../ :mrdocs: List the selected inputs. == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<COutPoint> ListSelected() const; ---- == Return Value The outpoints of all pre‐selected inputs. [.small]#Created with https://www.mrdocs.com[MrDocs]#