eth::codec::Receipt¶
#include <objects.hpp>
Public Attributes¶
| Name | |
|---|---|
| std::optional< Hash256 > | state_root |
| std::optional< bool > | status |
| intx::uint256 | cumulative_gas_used |
| Bloom | bloom |
| std::vector< LogEntry > | logs |
Public Attributes Documentation¶
variable state_root¶
variable status¶
variable cumulative_gas_used¶
variable bloom¶
variable logs¶
Updated on 2026-04-13 at 23:22:46 -0700