fn rsm_state_delta_from_parts<'a>(
command_types: impl IntoIterator<Item = CommandType>,
events: impl IntoIterator<Item = &'a EventPayload>,
identity_hashes: &[[u8; 32]],
first_seq: u64,
) -> Result<StateDelta>fn rsm_state_delta_from_parts<'a>(
command_types: impl IntoIterator<Item = CommandType>,
events: impl IntoIterator<Item = &'a EventPayload>,
identity_hashes: &[[u8; 32]],
first_seq: u64,
) -> Result<StateDelta>