Vaulta

pools.start

Contract

  • Table row type of tiers

    {
      "name": "tier",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "threshold",
          "type": "asset"
        },
        {
          "name": "members",
          "type": "int32"
        },
        {
          "name": "weight",
          "type": "int16"
        },
        {
          "name": "bonus",
          "type": "int32"
        }
      ]
    }