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 theLocalMiner
.