Display
A rendered JSON blob based on an on-chain template.
type Display {
errors: JSON
output: JSON
}
Fields
Display.errors
● JSON
scalar
If any fields failed to render, this will contain a mapping from failed field names to error messages. If all fields succeed, this will be null
.
Display.output
● JSON
scalar
Output for all successfully substituted display fields. Unsuccessful fields will be null
, and will be accompanied by a field in errors
, explaining the error.
Member Of
MoveValue
object