Type Alias sc_consensus_beefy::communication::notification::BeefyBestBlockStream
source · pub type BeefyBestBlockStream<Block> = NotificationStream<<Block as BlockT>::Hash, BeefyBestBlockTracingKey>;
Expand description
The receiving half of a notifications channel used to receive notifications about best BEEFY blocks determined on the gadget side.
Aliased Type§
struct BeefyBestBlockStream<Block> { /* private fields */ }