Vaulta

gchiplottery

Contract

  • Table row type of games.v1

    {
      "name": "Game",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "tickets",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "time_point"
        },
        {
          "name": "place",
          "type": "int32"
        },
        {
          "name": "state",
          "type": "uint8"
        },
        {
          "name": "history_id",
          "type": "uint64"
        }
      ]
    }