PurchaseCapInterface
interface PurchaseCapInterface
A typed view of an on-chain 0x2::kiosk::PurchaseCap<T> object.
Inheritors
| PurchaseCap |
Functions
| Name | Summary |
|---|---|
| id | abstract fun id(): ObjectId The object's ID. |
| itemId | abstract fun itemId(): ObjectId Object ID of the listed item. |
| kioskId | abstract fun kioskId(): ObjectId Object ID of the kiosk the listed item belongs to. |
| minPrice | abstract fun minPrice(): ULong Minimum price the item may be purchased for, in nanos. |