Type Alias BlockStream

Source
pub type BlockStream<'a> = BoxStream<'a, Result<(Cid, Bytes), Error>>;
Expand description

A stream of blocks. This requires the underlying futures to be Send, except when the target is wasm32.

Aliased Typeยง

struct BlockStream<'a> { /* private fields */ }