A particular 'superuser' ticket-holder can request to check in another ticket that belongs to the same event.

interface CheckTicketInRequest {
    checkerProof: Credential;
    ticket: SerializedPCD<EdDSATicketPCD>;
}

Properties

Properties

checkerProof: Credential

A semaphore signature from the checker, used by the server to determine whether the checker has the required permissions to check this ticket in.

The ticket to attempt to check in.

Generated using TypeDoc