Module eth
Available on crate feature
evm
only.Expand description
Ethereum EVM implementation.
Modules§
- dao_
fork - DAO Fork related constants from EIP-779. It happened on Ethereum block 1_920_000
- eip6110
- EIP-6110 deposit requests parsing
- receipt_
builder - Abstraction over receipt building logic to allow plugging different primitive types into
super::EthBlockExecutor
. - spec
- Abstraction over configuration object for
super::EthBlockExecutor
.
Structs§
- EthBlock
Execution Ctx - Context for Ethereum block execution.
- EthBlock
Executor - Block executor for Ethereum.
- EthBlock
Executor Factory - Ethereum block executor factory.
- EthEvm
- Ethereum EVM implementation.
- EthEvm
Factory - Factory producing
EthEvm
.
Type Aliases§
- EthEvm
Context - The Ethereum EVM context type.