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

    Interface KioskOwnerCapObject

    A kiosk owner-cap object with the ID of the kiosk it controls.

    The object identity and objectType fields come from the Sui object. The kioskObjectId value is normalized to a zero-padded Sui object ID.

    interface KioskOwnerCapObject {
        kioskObjectId: string;
        objectId: string;
        objectType: string;
    }

    Hierarchy (View Summary)

    Index
    kioskObjectId: string

    The object ID of the kiosk controlled by this owner cap.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.