Available on crate feature
evm
only.Expand description
Re-exported evm types
Modules§
- primitives
- Traits for configuring an EVM specifics.
- revm
- Revm utils and implementations specific to reth.
Structs§
- EthBlock
Assembler - Block builder for Ethereum.
- EthEvm
- Ethereum EVM implementation.
- EthEvm
Config - Ethereum-related EVM configuration.
- Mock
EvmConfig - A block executor provider that returns mocked execution results.
- Mock
Executor - Mock executor that returns a fixed execution result.
- Reth
Receipt Builder - A builder that operates on Reth primitive types, specifically
TransactionSigned
andReceipt
.
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
.
Type Aliases§
- Mock
Executor Provider - A helper type alias for mocked block executor provider.