Skip to content

eth::ReceiptBatch

Receipts from one block, normalized across RLPx, RPC, or certified sources.

#include <eth_receipt_source.hpp>

Public Attributes

Name
std::vector< codec::Receipt > receipts
std::vector< Hash256 > tx_hashes
std::vector< std::vector< uint32_t > > log_indices
uint64_t block_number
Hash256 block_hash

Public Attributes Documentation

variable receipts

std::vector< codec::Receipt > receipts;

variable tx_hashes

std::vector< Hash256 > tx_hashes;

variable log_indices

std::vector< std::vector< uint32_t > > log_indices;

variable block_number

uint64_t block_number = 0;

variable block_hash

Hash256 block_hash {};

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