Interface Groth16Proof

interface Groth16Proof {
    curve: string;
    pi_a: string[];
    pi_b: string[][];
    pi_c: string[];
    protocol: string;
}

Properties

curve: string
pi_a: string[]
pi_b: string[][]
pi_c: string[]
protocol: string