[][src]Crate sc_consensus_manual_seal

A manual sealing engine: the engine listens for rpc calls to seal blocks and create forks. This is suitable for a testing environment.

Re-exports

pub use self::rpc::EngineCommand;
pub use self::rpc::CreatedBlock;

Modules

rpc

RPC interface for the ManualSeal Engine.

Enums

Error

errors encountered by background block authorship task

Functions

import_queue

Instantiate the import queue for the manual seal consensus engine.

run_instant_seal

runs the background authorship task for the instant seal engine. instant-seal creates a new block for every transaction imported into the transaction pool.

run_manual_seal

Creates the background authorship task for the manual seal engine.