sc_client_api::client

Type Alias FinalityNotifications

Source
pub type FinalityNotifications<Block> = TracingUnboundedReceiver<FinalityNotification<Block>>;
Expand description

A stream of block finality notifications.

Aliased Typeยง

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