Skip to main content

DisplayInterface

interface DisplayInterface

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

Inheritors

Display

Functions

NameSummary
fieldsabstract fun fields(): Map<String, String>
The display template as key/value pairs (e.g. name, link, image_url, description).
idabstract fun id(): ObjectId
The object's ID.
versionabstract fun version(): UShort
Version, bumped manually by the publisher on each update.