Skip to content

eth::ReceiptResult

Receipt plus the chain context needed to verify and deduplicate a log.

#include <eth_receipt_source.hpp>

Public Attributes

Name
codec::Receipt receipt
Hash256 tx_hash
uint64_t block_number
Hash256 block_hash
std::vector< uint32_t > log_indices

Public Attributes Documentation

variable receipt

codec::Receipt receipt;

variable tx_hash

Hash256 tx_hash {};

variable block_number

uint64_t block_number = 0;

variable block_hash

Hash256 block_hash {};

variable log_indices

std::vector< uint32_t > log_indices;

Updated on 2026-06-05 at 17:22:18 -0700