Skip to main content

ItemPurchasedInterface

type ItemPurchasedInterface

A typed view of a `0x2::kiosk::ItemPurchased`.

type ItemPurchasedInterface interface {
Id() *ObjectId
Kiosk() *ObjectId
// Purchase price, in nanos.
Price() uint64
}