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¶
variable tx_hashes¶
variable log_indices¶
variable block_number¶
variable block_hash¶
Updated on 2026-06-05 at 17:22:18 -0700