Interface GPCPCDProof

Defines the GPC PCD proof. The proof is a Groth16 proof from a specific circuit in the supported family of circuits.

interface GPCPCDProof {
    groth16Proof: Groth16Proof;
}

Properties

Properties

groth16Proof: Groth16Proof

Groth16 proof which can be used to cryptographically verify the GPCPCDClaim.

Generated using TypeDoc