Skip to main content

Interface: PurchaseCapLike

A typed view of an on-chain 0x2::kiosk::PurchaseCap<T> object.

Methods

id()

id(): ObjectIdLike;

The object's ID.

Returns

ObjectIdLike


itemId()

itemId(): ObjectIdLike;

Object ID of the listed item.

Returns

ObjectIdLike


kioskId()

kioskId(): ObjectIdLike;

Object ID of the kiosk the listed item belongs to.

Returns

ObjectIdLike


minPrice()

minPrice(): bigint;

Minimum price the item may be purchased for, in nanos.

Returns

bigint