Known ticket types, describing the attributes of a ticket that belongs to a group.

interface KnownTicketType {
    eventId: string;
    productId: string;
    publicKey: EdDSAPublicKey;
    publicKeyName: string;
    publicKeyType: KnownPublicKeyType;
    ticketGroup: KnownTicketGroup;
}

Properties

eventId: string
productId: string
publicKey: EdDSAPublicKey
publicKeyName: string
publicKeyType: KnownPublicKeyType
ticketGroup: KnownTicketGroup

Generated using TypeDoc