Type Definition sc_client_api::notifications::StorageEventStream
source · [−]pub type StorageEventStream<H> = TracingUnboundedReceiver<(H, StorageChangeSet)>;
Expand description
Type that implements futures::Stream
of storage change events.