• Verifies an EdDSA Ticket PCD by checking that its EdDSATicketPCDClaim corresponds to its EdDSATicketPCDProof. If they match, the function returns true, otherwise false. In most cases, verifying the validity of the PCD with this function is not enough. It may also be necessary to ensure that the parameters of the ticket, such as the productId and eventId, match the expected values, and that the public key of the entity that signed the ticket is indeed the authority for that event.

    Parameters

    Returns Promise<boolean>

Generated using TypeDoc