Type Alias: KioskListing
type KioskListing = object;
A dynamic field Listing { ID, isExclusive } attached to the Kiosk.
Holds a u64 value - the price of the item.
Properties
objectId
objectId: string;
The ID of the Item
isExclusive
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
listingId: string;
The ID of the listing
price?
optional price: string;