DisplayInterface
interface DisplayInterface
A typed view of an on-chain 0x2::display::Display<T> object.
Inheritors
| Display |
Functions
| Name | Summary |
|---|---|
| fields | abstract fun fields(): Map<String, String> The display template as key/value pairs (e.g. name, link, image_url, description). |
| id | abstract fun id(): ObjectId The object's ID. |
| version | abstract fun version(): UShort Version, bumped manually by the publisher on each update. |