[#wallet-PreselectedInput-GetTxOut] = xref:wallet.adoc[wallet]::xref:wallet/PreselectedInput.adoc[PreselectedInput]::GetTxOut :relfileprefix: ../../ :mrdocs: Retrieve the previous output for this input. == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTxOut.adoc[CTxOut] GetTxOut() const; ---- == Return Value The previous output being spent by this input. [.small]#Created with https://www.mrdocs.com[MrDocs]#