custom_leaf_chain_with_upgrade

Function custom_leaf_chain_with_upgrade 

Source
pub async fn custom_leaf_chain_with_upgrade(
    range: impl IntoIterator<Item = u64>,
    upgrade_height: u64,
    upgrade: Upgrade,
    map: impl Fn(&mut QuorumProposal2<SeqTypes>),
) -> Vec<LeafQueryData<SeqTypes>>
Expand description

Construct a customized leaf chain for the given height range.

The chain will upgrade from base to upgrade at height upgrade_height.