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