Available on crate feature
node-api
only.Expand description
Re-exported ethereum node
Modules§
- api
- Standalone crate for Reth configuration traits and builder types.
- consensus
node
- Beacon consensus implementation.
- engine
node
- Validates execution payload wrt Ethereum Execution Engine API version.
- evm
node
- Ethereum EVM support
- node
node
- Ethereum Node types config.
- payload
node
- Payload component configuration for the Ethereum node.
Structs§
- Basic
Block Executor Provider node
- A generic block executor provider that can create executors using a strategy factory.
- EthEngine
Types node
- The types used in the default mainnet ethereum beacon consensus engine.
- EthEvm
Config node
- Ethereum-related EVM configuration.
- EthExecutor
Provider node
- Helper type with backwards compatible methods to obtain Ethereum executor providers.
- Ethereum
Engine Validator node
- Validator for the ethereum engine API.
- Ethereum
EthApi Builder node
- Builds
EthApi
for Ethereum. - Ethereum
Node node
- Type configuration for a regular Ethereum node.