Vaulta

texas.bg

Contract

  • Struct property of reveal

    {
      "name": "reveal_info",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "int64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "public_key",
          "type": "string"
        },
        {
          "name": "sign",
          "type": "string"
        },
        {
          "name": "player_hand_number",
          "type": "BYTE"
        },
        {
          "name": "community_cards",
          "type": "string"
        },
        {
          "name": "hand_cards1",
          "type": "string"
        },
        {
          "name": "hand_cards2",
          "type": "string"
        },
        {
          "name": "ante",
          "type": "asset"
        },
        {
          "name": "blind",
          "type": "asset"
        },
        {
          "name": "trips",
          "type": "asset"
        },
        {
          "name": "play",
          "type": "asset"
        },
        {
          "name": "ante_win",
          "type": "asset"
        },
        {
          "name": "blind_win",
          "type": "asset"
        },
        {
          "name": "trips_win",
          "type": "asset"
        },
        {
          "name": "play_win",
          "type": "asset"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "dealer_best_combination",
          "type": "string"
        },
        {
          "name": "player_best_combination",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "phase",
          "type": "BYTE"
        },
        {
          "name": "check_count",
          "type": "BYTE"
        },
        {
          "name": "info",
          "type": "string"
        },
        {
          "name": "seed",
          "type": "string"
        }
      ]
    }