[][src]Type Definition sc_client::StorageEventStream

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

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