Defines the EdDSA Ticket PCD proof. The proof is an EdDSA PCD whose message is the encoded ticket.

interface EdDSATicketPCDProof {
    eddsaPCD: EdDSAPCD;
}

Properties

Properties

eddsaPCD: EdDSAPCD

Generated using TypeDoc