DisplayEntry
The set of named templates defined on-chain for the type of this object, to be handled off-chain. The server substitutes data from the object into these templates to generate a display string per template.
type DisplayEntry {
key: String!
value: String
error: String
}
Fields
DisplayEntry.key
● String!
non-null scalar
The identifier for a particular template string of the Display object.
DisplayEntry.value
● String
scalar
The template string for the key with placeholder values substituted.
DisplayEntry.error
● String
scalar
An error string describing why the template could not be rendered.
Member Of
Coin
object ● CoinMetadata
object ● IMoveObject
interface ● MoveObject
object ● Object
object ● StakedSui
object ● SuinsRegistration
object