Defines the EdDSA Frog PCD claim. The claim contains data that was signed with the private key corresponding to the given public key stored in the proof.

interface EdDSAFrogPCDClaim {
    data: IFrogData;
}

Properties

Properties

data: IFrogData

Generated using TypeDoc