Skip to main content

KioskProtocol

KioskProtocol Objects

class KioskProtocol(typing.Protocol)

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

id

def id() -> ObjectId

The object's ID.

item_count

def item_count() -> int

Number of items stored in the kiosk.

profits

def profits() -> int

Accumulated sale profits in nanos.