Vaulta

tazgamehouse

Contract

  • Action parameter in payout

    {
      "name": "payout",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "ref",
          "type": "string"
        },
        {
          "name": "bet_token",
          "type": "string"
        },
        {
          "name": "bet_total",
          "type": "int32"
        },
        {
          "name": "prize_total",
          "type": "int32"
        }
      ]
    }