Interface GPCPCDClaim

Defines the GPCD PCD's claim. A GPC proofs includes the proof configuration (bound to the specific circuit used), and a redacted view of the inputs.

interface GPCPCDClaim {
    config: GPCBoundConfig;
    revealed: GPCRevealedClaims;
}

Properties

Properties

The configuration used to generate this proof, including the identifier of the specific circuit used.

Redacted view of the inputs to this proof, as revealed by the proof configuration.

Generated using TypeDoc