Skip to main content

KioskListing

@iota/kiosk


@iota/kiosk / KioskListing

Type Alias: KioskListing

KioskListing = object

Defined in: types/kiosk.ts:78

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

Properties

isExclusive

isExclusive: boolean

Defined in: types/kiosk.ts:87

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

Defined in: types/kiosk.ts:89

The ID of the listing


objectId

objectId: string

Defined in: types/kiosk.ts:80

The ID of the Item


price?

optional price?: string

Defined in: types/kiosk.ts:90