[#wallet-WalletTXO] = xref:wallet.adoc[wallet]::WalletTXO :relfileprefix: ../ :mrdocs: A single wallet transaction output, pairing a wallet transaction with one of its outputs. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class WalletTXO; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/WalletTXO/2constructor.adoc[`WalletTXO`] [.small]#[constructor]# | Construct from a wallet transaction and one of its outputs. | xref:wallet/WalletTXO/GetTxOut.adoc[`GetTxOut`] | Return the transaction output. | xref:wallet/WalletTXO/GetWalletTx.adoc[`GetWalletTx`] | Return the wallet transaction owning the output. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#