Type Definition sc_finality_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.