[#wallet-CWallet-GetTXO] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetTXO :relfileprefix: ../../ :mrdocs: Look up a single wallet output by outpoint. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff3720eef18), requires_capability(0x7ff365f1ef18), requires_capability(0x7ff35de5d8c8), requires_capability(0x7ff35efe23a8), requires_capability(0x7ff366fce988)]] std::optional<WalletTXO> GetTXO(xref:COutPoint.adoc[COutPoint] const& outpoint) const; ---- == Return Value The wallet output, or nullopt if not owned. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The outpoint to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#