pub async fn block_range<R, D>(
ds: &D,
range: R,
) -> BoxStream<'static, BlockQueryData<MockTypes>>Expand description
Get a stream of blocks, implicitly terminating at the current block height.
pub async fn block_range<R, D>(
ds: &D,
range: R,
) -> BoxStream<'static, BlockQueryData<MockTypes>>Get a stream of blocks, implicitly terminating at the current block height.