Function zebra_state::service::read::find::find_chain_height_range

source ·
fn find_chain_height_range<C>(
    chain: Option<C>,
    db: &ZebraDb,
    intersection: Option<Hash>,
    stop: Option<Hash>,
    max_len: u32
) -> impl RangeBounds<u32> + Iterator<Item = u32>
where C: AsRef<Chain>,
Expand description

Returns a range of Heights in the chain, starting after the intersection hash on the chain.

See find_chain_hashes() for details.