OBJECT

AssetStats

Contains info on the number of EWAI assets in this EWAI Instance (marketplace)

link GraphQL Schema definition

  • type AssetStats {
  • # The EWAI instance name (which is always specified in EWNS format). @example
  • # 'market1.apps.exampleco.iam.ewc'
  • ewaiInstance: String!
  • # The number of EWAI assets. @example 10
  • count: Int!
  • # The number of unique addresses which have created assets. @example 4
  • addresses: Int!
  • }

link Require by