sui_core::global_state_hasher

Function accumulate_effects

Source
pub fn accumulate_effects<T, S>(
    store: S,
    effects: &[TransactionEffects],
    protocol_config: &ProtocolConfig,
) -> GlobalStateHash
where S: Deref<Target = T>, T: GlobalStateHashStore + ?Sized,