Documentation

    Type Alias KioskItem

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

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

    Properties

    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

    listing?: KioskListing

    Optional listing

    objectId: string

    The ID of the Item

    type: string

    The type of the Item

    MMNEPVFCICPMFPCPTTAAATR