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 entries of this POD, in sorted order as they are Merklized. See the pod accessor on GPCPCD if you need to manipulate these entries as a POD object.

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

Generated using TypeDoc