OBJECT
TokenMetadata
link GraphQL Schema definition
- type TokenMetadata {
- # An integer which defines the position of the decimal point in token balances for
- # display purposes.
- Int! :
- # A UTF-8 string giving a “display name” to the token.
- String :
- # A UTF-8 string for the short identifier of the token (e.g. XTZ, EUR).
- String :
- # An id assigned by the FA2 token contract.
- Int :
- # The raw token metadata as a free-form object.
- JSONObject :
- }