TxIndexResult

A found transaction and the hash of the block that contains it.

Synopsis

Declared in <index/txindex.h>

struct TxIndexResult;

Data Members

NameDescription
block_hash Hash of the block containing the transaction.
tx The transaction that was found.