Vaulta

cryptovgsapp

Contract

  • Action parameter in cancelbet

    {
      "name": "cancelbet",
      "base": "",
      "fields": [
        {
          "name": "bet_tx_id",
          "type": "checksum256"
        },
        {
          "name": "bet_id",
          "type": "string"
        },
        {
          "name": "game_id",
          "type": "string"
        },
        {
          "name": "player_id",
          "type": "uint64"
        },
        {
          "name": "message",
          "type": "string"
        }
      ]
    }