[#PSBTInput-GetUTXO] = xref:PSBTInput.adoc[PSBTInput]::GetUTXO :relfileprefix: ../ :mrdocs: Retrieves the UTXO for this input == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool GetUTXO(xref:CTxOut.adoc[CTxOut]& utxo) const; ---- == Return Value Whether the UTXO could be retrieved == Parameters [cols="1,4"] |=== | Name| Description | *utxo* [out] | The UTXO of this input |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#