Look up a transaction by hash.
Declared in <index/txindex.h>
std::optional<TxIndexResult>
FindTx(Txid const& tx_hash) const;
the transaction and containing block hash, or nullopt if it is not found
| Name | Description |
|---|---|
| tx_hash [in] | The hash of the transaction to be returned. |