aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface KioskObject

    A kiosk object and the NFTs currently stored in it.

    interface KioskObject {
        isPersonal: boolean;
        kioskOwnerCapId: string;
        nfts: Nft[];
        objectId: string;
        objectType: string;
    }

    Hierarchy (View Summary)

    Index
    isPersonal: boolean

    Whether the kiosk uses Mysten's personal-kiosk owner-cap type.

    kioskOwnerCapId: string

    The object ID of the owner cap used to access this kiosk.

    nfts: Nft[]

    The renderable NFTs found in the kiosk's dynamic fields.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.