Available on crate feature
node-api only.Expand description
Re-exported ethereum node
Re-exports§
pub use reth_node_builder as builder;node
Modules§
- api
- Standalone crate for Reth configuration traits and builder types.
- consensus
node - Beacon consensus implementation.
- core
- The core of the Ethereum node. Collection of utilities and libraries that are used by the node.
- 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§
- EthEngine
Types node - The types used in the default mainnet ethereum beacon consensus engine.
- EthEvm
Config node - Ethereum-related EVM configuration.
- Ethereum
AddOns node - Add-ons w.r.t. l1 ethereum.
- Ethereum
Consensus Builder node - A basic ethereum consensus builder.
- Ethereum
Engine Validator node - Validator for the ethereum engine API.
- Ethereum
Engine Validator Builder node - Builder for
EthereumEngineValidator. - Ethereum
EthApi Builder node - Builds
EthApifor Ethereum. - Ethereum
Executor Builder node - A regular ethereum evm and executor builder.
- Ethereum
Network Builder node - A basic ethereum payload service.
- Ethereum
Node node - Type configuration for a regular Ethereum node.
- Ethereum
Payload Builder node - A basic ethereum payload service.
- Ethereum
Pool Builder node - A basic ethereum transaction pool.
Type Aliases§
- EthExecutor
Provider Deprecated node