Vaulta

mine.joker

Contract

  • Table row type of pool

    {
      "name": "pool",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "created",
          "type": "uint32"
        },
        {
          "name": "staking",
          "type": "asset"
        },
        {
          "name": "mining_pool",
          "type": "asset"
        },
        {
          "name": "total_reward",
          "type": "asset"
        },
        {
          "name": "total_rex",
          "type": "asset"
        },
        {
          "name": "last_reward_day",
          "type": "uint32"
        }
      ]
    }