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