PurchaseCapProtocol
PurchaseCapProtocol Objects
class PurchaseCapProtocol(typing.Protocol)
A typed view of an on-chain 0x2::kiosk::PurchaseCap<T> object.
id
def id() -> ObjectId
The object's ID.
item_id
def item_id() -> ObjectId
Object ID of the listed item.
kiosk_id
def kiosk_id() -> ObjectId
Object ID of the kiosk the listed item belongs to.
min_price
def min_price() -> int
Minimum price the item may be purchased for, in nanos.