Vaulta

bluebetcarib

Contract

  • Action parameter in updateroom

    {
      "name": "updateroom",
      "base": "",
      "fields": [
        {
          "name": "room_id",
          "type": "uint64"
        },
        {
          "name": "action_id",
          "type": "uint32"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "cur_ask",
          "type": "uint8"
        },
        {
          "name": "player_list",
          "type": "string"
        },
        {
          "name": "player_status",
          "type": "string"
        },
        {
          "name": "room_data",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }