Vaulta

eoscoralpool

Contract

  • Table row type of rounds

    {
      "name": "round",
      "base": "",
      "fields": [
        {
          "name": "pool_id",
          "type": "uint64"
        },
        {
          "name": "no",
          "type": "uint64"
        },
        {
          "name": "offset",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "completed",
          "type": "bool"
        }
      ]
    }