pub fn verify_commitment_proofs(
proofs: &[CommitmentProofData],
requested_cmxs: &[[u8; 32]],
proven: &ProvenRoots,
server_root: &[u8; 32],
) -> Result<(), ZyncError>Expand description
Verify a batch of commitment proofs against proven roots.
Checks: root binding, proof count, cmx membership, cryptographic validity.