ZK-Proof authentication result

interface ZkProofAuthResult {
    commitment?: string;
    error?: string;
    success: boolean;
    userPub?: string;
}

Properties

commitment?: string
error?: string
success: boolean
userPub?: string