PurchaseCapInterface
type PurchaseCapInterface
A typed view of an on-chain `0x2::kiosk::PurchaseCap<T>` object.
type PurchaseCapInterface interface {
// The object's ID.
Id() *ObjectId
// Object ID of the listed item.
ItemId() *ObjectId
// Object ID of the kiosk the listed item belongs to.
KioskId() *ObjectId
// Minimum price the item may be purchased for, in nanos.
MinPrice() uint64
}