Skip to main content

Token

[token] represents a token metadata. It includes:

  • genesis: Genesis address to the token
  • name: Name of the token
  • symbol: Symbol of the token
  • supply: Supply of the token
  • type: Type of the token
  • decimals: Number of decimals of the token
  • properties: Properties of the token (if any)
  • collection: List of properties for a collection (if any)
  • ownerships: authorization/delegations containing list of secrets and their authorized public keys to proof the ownership
  • id: Unique identification of the token on the chain
type Token {
collection: [TokenProperties]
decimals: Int
genesis: Address
id: String
name: String
ownerships: [Ownership]
properties: TokenProperties
supply: Int
symbol: String
type: String
}

Fields

Token.collection ● [TokenProperties] list scalar

Token.decimals ● Int scalar

Token.genesis ● Address scalar

Token.id ● String scalar

Token.name ● String scalar

Token.ownerships ● [Ownership] list object

Token.properties ● TokenProperties scalar

Token.supply ● Int scalar

Token.symbol ● String scalar

Token.type ● String scalar

Returned by

token query