Skip to main content

KioskItem

@iota/kiosk


@iota/kiosk / KioskItem

Type Alias: KioskItem

KioskItem = object

Defined in: types/kiosk.ts:97

A dynamic field Item { ID } attached to the Kiosk. Holds an Item T. The type of the item is known upfront.

Properties

data?

optional data?: IotaObjectData

Defined in: types/kiosk.ts:109

Optional Kiosk Data


isLocked

isLocked: boolean

Defined in: types/kiosk.ts:103

Whether the item is Locked (there must be a Lock Dynamic Field)


kioskId

kioskId: string

Defined in: types/kiosk.ts:107

The ID of the kiosk the item is placed in


listing?

optional listing?: KioskListing

Defined in: types/kiosk.ts:105

Optional listing


objectId

objectId: string

Defined in: types/kiosk.ts:99

The ID of the Item


type

type: string

Defined in: types/kiosk.ts:101

The type of the Item