Vaulta

bingobetgame

Contract

  • Action parameter in recslotgame

    {
      "name": "recslotgame",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "userdef"
        },
        {
          "name": "bet",
          "type": "asset"
        },
        {
          "name": "lines",
          "type": "uint8[]"
        },
        {
          "name": "slot_type",
          "type": "uint8"
        },
        {
          "name": "slot_field",
          "type": "uint8[]"
        },
        {
          "name": "win_lines",
          "type": "uint8[]"
        },
        {
          "name": "win_sym",
          "type": "uint8[]"
        },
        {
          "name": "win_coef",
          "type": "uint16[]"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "bonus",
          "type": "asset"
        },
        {
          "name": "slot_bonus",
          "type": "uint8"
        }
      ]
    }