fn collect_chain_headers<C>(
chain: Option<C>,
db: &ZebraDb,
intersection: Option<Hash>,
stop: Option<Hash>,
max_len: u32,
) -> Vec<Arc<Header>>Expand description
Returns a list of block::Headers in the chain,
following the intersection with the chain.
See find_chain_hashes() for details.