Interface: PurchaseCapLike
A typed view of an on-chain 0x2::kiosk::PurchaseCap<T> object.
Methods
id()
id(): ObjectIdLike;
The object's ID.
Returns
itemId()
itemId(): ObjectIdLike;
Object ID of the listed item.
Returns
kioskId()
kioskId(): ObjectIdLike;
Object ID of the kiosk the listed item belongs to.
Returns
minPrice()
minPrice(): bigint;
Minimum price the item may be purchased for, in nanos.
Returns
bigint