referrerpolicy=no-referrer-when-downgrade

GrandpaJustificationSender

Type Alias GrandpaJustificationSender 

Source
pub type GrandpaJustificationSender<Block> = NotificationSender<GrandpaJustification<Block>>;
Expand description

The sending half of the Grandpa justification channel(s).

Used to send notifications about justifications generated at the end of a Grandpa round.

Aliased Type§

pub struct GrandpaJustificationSender<Block> { /* private fields */ }