Crate reth_engine_local

Source
Expand description

A local engine service that can be used to drive a dev chain.

Re-exports§

pub use miner::MiningMode;
pub use payload::LocalPayloadAttributesBuilder;
pub use service::LocalEngineService;

Modules§

miner
Contains the implementation of the mining mode for the local engine.
payload
The implementation of the [PayloadAttributesBuilder] for the LocalEngineService.
service
Provides a local dev service engine that can be used to run a dev chain.