KioskListing: {
    isExclusive: boolean;
    listingId: string;
    objectId: string;
    price?: string;
}

A dynamic field Listing { ID, isExclusive } attached to the Kiosk. Holds a u64 value - the price of the item.

Type declaration

  • isExclusive: boolean

    Whether or not there's a PurchaseCap issued. true means that the listing is controlled by some logic and can't be purchased directly.

    TODO: consider renaming the field for better indication.

  • listingId: string

    The ID of the listing

  • objectId: string

    The ID of the Item

  • Optionalprice?: string