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