Skip to main content

KioskExtensionInterface

interface KioskExtensionInterface

A typed view of a 0x2::kiosk_extension::Extension held in a dynamic field of a Kiosk object.

Inheritors

KioskExtension

Functions

NameSummary
isEnabledabstract fun isEnabled(): Boolean
Whether the extension is currently allowed to call protected actions.
permissionsabstract fun permissions(): String
Bitmap of the permissions granted to the extension, as a decimal string: bit 0 is place, bit 1 is lock (which also grants place).
storageIdabstract fun storageId(): ObjectId
Object ID of the Bag holding the extension's own storage.