Vaulta

antelopcache

Contract

  • Table row type of stat

    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "max_mine_supply",
          "type": "asset"
        },
        {
          "name": "mined_supply",
          "type": "asset"
        },
        {
          "name": "unredeemed_supply",
          "type": "uint128"
        },
        {
          "name": "burn_supply",
          "type": "asset"
        },
        {
          "name": "fee_vt_weight",
          "type": "uint128"
        },
        {
          "name": "current_tx_fee",
          "type": "asset"
        },
        {
          "name": "upcoming_tx_fee",
          "type": "asset"
        },
        {
          "name": "block_txs",
          "type": "uint64"
        },
        {
          "name": "block_fees",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "whtlst_xchng_accts",
          "type": "name[]"
        }
      ]
    }