Function authenticate

  • Authenticates a ticket PCD.

    Receives a JSON-encoded serialized PCD string, where the PCD must be a ZKEdDSAEventTicketPCD. This is deserialized and verified, throwing an exception if either fails.

    The watermark in the PCD is compared against the value provided, and an exception is thrown if they do not match.

    Finally, the PCD is compared against the metadata provided

    Parameters

    Returns Promise<ZKEdDSAEventTicketPCD>

Generated using TypeDoc