Vaulta

eosjacksgleg

Contract

  • Table row type of rounds

    {
      "name": "st_round",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint64"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "paths",
          "type": "st_path[]"
        },
        {
          "name": "win_path",
          "type": "uint64"
        },
        {
          "name": "begin_at",
          "type": "uint64"
        },
        {
          "name": "end_at",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint64"
        },
        {
          "name": "signature",
          "type": "string"
        },
        {
          "name": "seed",
          "type": "string"
        }
      ]
    }