OBJECT

Core_Asset

link GraphQL Schema definition

  • type Core_Asset implements 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
  • }

link Require by

This element is not required by anyone