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

interface EdDSATicketPCDClaim {
    ticket: ITicketData;
}

Properties

Properties

ticket: ITicketData

Generated using TypeDoc