sui_core::accumulators

Function create_accumulator_update_transactions

Source
pub fn create_accumulator_update_transactions(
    epoch_store: &AuthorityPerEpochStore,
    checkpoint_height: u64,
    cache: Option<&dyn TransactionCacheRead>,
    ckpt_effects: &[TransactionEffects],
) -> (Vec<TransactionKind>, usize)