referrerpolicy=no-referrer-when-downgrade

Type Alias BeefyBestBlockSender

Source
pub type BeefyBestBlockSender<Block> = NotificationSender<<Block as BlockT>::Hash>;
Expand description

The sending half of the notifications channel(s) used to send notifications about best BEEFY block from the gadget side.

Aliased Type§

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