pub fn wire_commit_chain_root_from_digest( partition_id: &str, subscription_id: &str, previous_chain_root: &str, commit_seq: i64, commit_digest: &str, ) -> Result<String>