INTERFACE

Asset

link GraphQL Schema definition

  • interface Asset {
  • # Public key of the asset issuer (creator)
  • asset_issuer: String
  • # Alphanumeric class that identifies the asset type
  • asset_type: String!
  • # Alphanumeric code that uniquely identifies the asset
  • asset_code: String
  • }