Interface iZkProofSolution

interface iZkProofSolution {
    proof: string;
    publicInputs: string;
}

Implemented by

Properties

Properties

proof: string

The proof of the zkProof.

publicInputs: string

The public inputs of the zkProof.