[][src]Type Definition sc_client_api::notifications::StorageEventStream

type StorageEventStream<H> = TracingUnboundedReceiver<(H, StorageChangeSet)>;

Type that implements futures::Stream of storage change events.