Skip to main content

ConsensusServiceFor

Type Alias ConsensusServiceFor 

Source
pub type ConsensusServiceFor<C> = ConsensusService<<C as ConsensusPlugin>::Scope, <C as ConsensusPlugin>::ConsensusStorage, <C as ConsensusPlugin>::EventBus, <C as ConsensusPlugin>::Signer>;
Expand description

Concrete consensus service derived from a ConsensusPlugin’s associated types.

Aliased Type§

pub struct ConsensusServiceFor<C> { /* private fields */ }