Libticketto
    Preparing search index...

    Type Alias TicketPurchased

    A ticket has been purchased by a customer and should be delisted as avaailable on clients.

    type TicketPurchased = {
        buyer: AccountId;
        event: EventId;
        id: TicketId;
        type: "TicketPurchased";
    }
    Index

    Properties

    Properties

    buyer: AccountId
    event: EventId
    type: "TicketPurchased"