pub async fn get_batch_commit_hash( client: &EthClient, on_chain_proposer_address: Address, batch_number: u64, ) -> Result<[u8; 32], EthClientError>
Gets the commit hash for a batch from the batchCommitments mapping.