referrerpolicy=no-referrer-when-downgrade
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 */ }