Coda by Ian Macalinao
    Preparing search index...
    interface ReservationListV2 {
        currentReservationSpots: bigint;
        key: Key;
        masterEdition: Address;
        reservations: Reservation[];
        supplySnapshot: Option<bigint>;
        totalReservationSpots: bigint;
    }
    Index

    Properties

    currentReservationSpots: bigint
    key: Key
    masterEdition: Address
    reservations: Reservation[]
    supplySnapshot: Option<bigint>
    totalReservationSpots: bigint