Skip to main content

KioskInterface

type KioskInterface

A typed view of an on-chain `0x2::kiosk::Kiosk` object.

type KioskInterface interface {
// The object's ID.
Id() *ObjectId
// Number of items stored in the kiosk.
ItemCount() uint32
Owner() *Address
// Accumulated sale profits in nanos.
Profits() uint64
}