referrerpolicy=no-referrer-when-downgrade

Type Alias sc_consensus_grandpa::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§

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