interface ProofGenerationResult {
    proof: ZKProof;
    publicSignals: string[];
}

Properties

Properties

proof: ZKProof
publicSignals: string[]