Documentation

    Type Alias FetchKioskOptions

    type FetchKioskOptions = {
        objectOptions?: SuiObjectDataOptions;
        withKioskFields?: boolean;
        withListingPrices?: boolean;
        withObjects?: boolean;
    }
    Index

    Properties

    objectOptions?: SuiObjectDataOptions

    Pass the data options for the objects, when fetching, in case you want to query other details.

    withKioskFields?: boolean

    Include the base kiosk object, which includes the profits, the owner and the base fields.

    withListingPrices?: boolean

    Include the listing prices.

    withObjects?: boolean

    Include the objects for the Items in the kiosk. Defaults to display only.

    MMNEPVFCICPMFPCPTTAAATR