pub type FinalityNotifications<Block> = TracingUnboundedReceiver<FinalityNotification<Block>>;Expand description
A stream of block finality notifications.
Aliased Type§
struct FinalityNotifications<Block> { /* private fields */ }pub type FinalityNotifications<Block> = TracingUnboundedReceiver<FinalityNotification<Block>>;A stream of block finality notifications.
struct FinalityNotifications<Block> { /* private fields */ }