Vaulta

eospokerwins

Contract

  • Table row type of tritokens

    {
      "name": "tri_token",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "min_bet",
          "type": "uint64"
        },
        {
          "name": "max_bet",
          "type": "uint64"
        },
        {
          "name": "step",
          "type": "uint64"
        },
        {
          "name": "table_max",
          "type": "uint64"
        }
      ]
    }