Skip to main content

Module engine

Module engine 

Source

Structs§

ConsensusEngine
ConsensusEngineBuilder
Builder for constructing a ConsensusEngine with a fluent API.
EngineConfig
Configuration for ConsensusEngine.

Traits§

StatePersistence
Trait for persisting critical consensus state across restarts.
Wal
Write-Ahead Log trait for commit crash recovery.

Functions§

verify_relay_sender
Verify the per-sender individual signature on a consensus message before relaying.

Type Aliases§

SharedBlockStore
Shared block store type used by the engine, RPC, and sync responder.