pub async fn custom_epoch_change_leaf_chain(
range: impl IntoIterator<Item = u64>,
epoch_height: u64,
version: Version,
map: impl Fn(&mut QuorumProposal2<SeqTypes>),
) -> Vec<LeafQueryData<SeqTypes>>Expand description
Construct a customized leaf chain during which the epoch advances.