Vaulta

ninebloxgame

Contract

  • Table row type of game

    {
      "name": "game",
      "base": "",
      "fields": [
        {
          "name": "player_1",
          "type": "name"
        },
        {
          "name": "player_2",
          "type": "name"
        },
        {
          "name": "server_hash",
          "type": "checksum256"
        },
        {
          "name": "wager",
          "type": "asset"
        },
        {
          "name": "player_1_pieces",
          "type": "uint8[]"
        },
        {
          "name": "player_2_pieces",
          "type": "uint8[]"
        },
        {
          "name": "createtime",
          "type": "uint32"
        }
      ]
    }