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