Type Alias sc_consensus_beefy::communication::notification::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 */ }