Type Alias: FetchKioskOptions
type FetchKioskOptions = object;
Properties
withKioskFields?
optional withKioskFields: boolean;
Include the base kiosk object, which includes the profits, the owner and the base fields.
withListingPrices?
optional withListingPrices: boolean;
Include the listing prices.
withObjects?
optional withObjects: boolean;
Include the objects for the Items in the kiosk. Defaults to display only.
objectOptions?
optional objectOptions: IotaObjectDataOptions;
Pass the data options for the objects, when fetching, in case you want to query other details.