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