Vaulta

mbacontract2

Contract

  • Action parameter in dealhand

    {
      "name": "dealhand",
      "base": "",
      "fields": [
        {
          "name": "deck",
          "type": "string"
        },
        {
          "name": "hand_id",
          "type": "string"
        },
        {
          "name": "next_hand_id",
          "type": "string"
        },
        {
          "name": "player_hand",
          "type": "string"
        },
        {
          "name": "banker_hand",
          "type": "string"
        },
        {
          "name": "player_win",
          "type": "bool"
        },
        {
          "name": "banker_win",
          "type": "bool"
        },
        {
          "name": "tie_win",
          "type": "bool"
        },
        {
          "name": "player_pair",
          "type": "bool"
        },
        {
          "name": "banker_pair",
          "type": "bool"
        }
      ]
    }