referrerpolicy=no-referrer-when-downgrade

BeefyVersionedFinalityProofSender

Type Alias BeefyVersionedFinalityProofSender 

Source
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§

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