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>Expand description
Returns a range of Heights in the chain,
starting after the intersection hash on the chain.
See find_chain_hashes() for details.