pub type BeefyVersionedFinalityProofSender<Block, AuthorityId> = NotificationSender<BeefyVersionedFinalityProof<Block, AuthorityId>>;
Expand description

The sending half of the notifications channel(s) used to send notifications about versioned finality proof generated at the end of a BEEFY round.

Aliased Type§

struct BeefyVersionedFinalityProofSender<Block, AuthorityId> { /* private fields */ }