KioskItem: {
    data?: SuiObjectData;
    isLocked: boolean;
    kioskId: string;
    listing?: KioskListing;
    objectId: string;
    type: string;
}

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

Type declaration

  • Optionaldata?: SuiObjectData

    Optional Kiosk Data

  • isLocked: boolean

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

  • kioskId: string

    The ID of the kiosk the item is placed in

  • Optionallisting?: KioskListing

    Optional listing

  • objectId: string

    The ID of the Item

  • type: string

    The type of the Item