Vaulta

mbacontract2

Contract

  • Table row type of bets

    {
      "name": "pending_bets",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "hand_id",
          "type": "string"
        },
        {
          "name": "deck",
          "type": "string"
        },
        {
          "name": "has_result",
          "type": "bool"
        },
        {
          "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"
        },
        {
          "name": "bets",
          "type": "placed_bet[]"
        }
      ]
    }