Function zebra_state::service::read::find::collect_chain_hashes
source ยท fn collect_chain_hashes<C>(
chain: Option<C>,
db: &ZebraDb,
intersection: Option<Hash>,
stop: Option<Hash>,
max_len: u32,
) -> Vec<Hash>
Expand description
Returns a list of block::Hash
es in the chain,
following the intersection
with the chain.
See find_chain_hashes()
for details.