[#TxoSpender] = TxoSpender :mrdocs: A spending transaction and the hash of the block that contains it. == Synopsis Declared in `<index/txospenderindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TxoSpender; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:TxoSpender/block_hash.adoc[`block_hash`] | Hash of the block containing the spending transaction. | xref:TxoSpender/tx.adoc[`tx`] | The transaction that spent the outpoint. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#