KioskOwnerCapInterface
type KioskOwnerCapInterface
A typed view of an on-chain `0x2::kiosk::KioskOwnerCap` object.
type KioskOwnerCapInterface interface {
// The object's ID.
Id() *ObjectId
// ID of the kiosk this cap controls (the Move `for` field).
KioskId() *ObjectId
}