referrerpolicy=no-referrer-when-downgrade

Type Alias sc_consensus_grandpa::GrandpaJustificationStream

source ·
pub type GrandpaJustificationStream<Block> = NotificationStream<GrandpaJustification<Block>, GrandpaJustificationsTracingKey>;
Expand description

The receiving half of the Grandpa justification channel.

Used to receive notifications about justifications generated at the end of a Grandpa round. The GrandpaJustificationStream entity stores the SharedJustificationSenders so it can be used to add more subscriptions.

Aliased Type§

struct GrandpaJustificationStream<Block> { /* private fields */ }