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

Type declaration

  • OptionalobjectOptions?: SuiObjectDataOptions

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

  • OptionalwithKioskFields?: boolean

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

  • OptionalwithListingPrices?: boolean

    Include the listing prices.

  • OptionalwithObjects?: boolean

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