Module evm

Source
Available on crate feature evm only.
Expand description

Re-exported evm types

Modules§

execute
Ethereum block execution strategy.
primitives
Traits for configuring an EVM specifics.
revm
Revm utils and implementations specific to reth.

Structs§

EthBlockAssembler
Block builder for Ethereum.
EthEvm
Ethereum EVM implementation.
EthEvmConfig
Ethereum-related EVM configuration.
RethReceiptBuilder
A builder that operates on Reth primitive types, specifically TransactionSigned and Receipt.

Functions§

revm_spec
Map the latest active hardfork at the given header to a revm SpecId.
revm_spec_by_timestamp_and_block_number
Map the latest active hardfork at the given timestamp or block number to a revm SpecId.