Libticketto
    Preparing search index...

    Type Alias TicketAttendanceMarked

    type TicketAttendanceMarked = {
        id: TicketId;
        issuer: EventId;
        owner: AccountId;
        time: Timestamp;
        type: "AttendanceMarked";
    }
    Index

    Properties

    Properties

    issuer: EventId
    owner: AccountId
    time: Timestamp
    type: "AttendanceMarked"