VersionUpdatedInterface
type VersionUpdatedInterface
A typed view of a `0x2::display::VersionUpdated`.
type VersionUpdatedInterface interface {
// The display template as key/value pairs.
Fields() map[string]string
// Object ID of the `Display`.
Id() *ObjectId
Version() uint16
}