ZK-Proof verification result

interface ZkProofVerificationResult {
    commitment?: string;
    error?: string;
    success: boolean;
    verified: boolean;
}

Properties

commitment?: string
error?: string
success: boolean
verified: boolean