ItemPurchasedInterface
type ItemPurchasedInterface
A typed view of a `0x2::kiosk::ItemPurchased`.
type ItemPurchasedInterface interface {
Id() *ObjectId
Kiosk() *ObjectId
// Purchase price, in nanos.
Price() uint64
}
A typed view of a `0x2::kiosk::ItemPurchased`.
type ItemPurchasedInterface interface {
Id() *ObjectId
Kiosk() *ObjectId
// Purchase price, in nanos.
Price() uint64
}