Type Alias sc_transaction_pool_api::ImportNotificationStream

source ·
pub type ImportNotificationStream<H> = Receiver<H>;
Expand description

The import notification event stream.

Aliased Type§

struct ImportNotificationStream<H> { /* private fields */ }