pub async fn custom_leaf_chain(
upgrade: Upgrade,
range: impl IntoIterator<Item = u64>,
map: impl Fn(&mut QuorumProposal2<SeqTypes>),
) -> Vec<LeafQueryData<SeqTypes>>Expand description
Construct a customized leaf chain for the given height range.