Crate reth_engine_local

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::LocalMiner;
pub use miner::MiningMode;
pub use payload::LocalPayloadAttributesBuilder;

Modules§

miner
Contains the implementation of the mining mode for the local engine.
payload
The implementation of the [PayloadAttributesBuilder] for the LocalMiner.