Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
TxIndexResult Struct Reference

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

#include <txindex.h>

Collaboration diagram for TxIndexResult:
[legend]

Public Attributes

uint256 block_hash
 
CTransactionRef tx
 

Detailed Description

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

Definition at line 26 of file txindex.h.

Member Data Documentation

◆ block_hash

uint256 TxIndexResult::block_hash

Definition at line 27 of file txindex.h.

◆ tx

CTransactionRef TxIndexResult::tx

Definition at line 28 of file txindex.h.


The documentation for this struct was generated from the following file: