Verifies a ticket by ticket ID and timestamp. See also VerifyTicketRequest

interface VerifyTicketByIdRequest {
    ticketId: string;
    timestamp: string;
}

Properties

Properties

ticketId: string

The ID of an EdDSATicketPCD.

timestamp: string

A timestamp, in milliseconds since midnight January 1 1970.

Generated using TypeDoc