Vaulta

threecard.bg

Contract

  • Struct property of reveal

    {
      "name": "reveal_info",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "seat",
          "type": "uint64"
        },
        {
          "name": "public_key",
          "type": "string"
        },
        {
          "name": "sign",
          "type": "string"
        },
        {
          "name": "block_id",
          "type": "string"
        },
        {
          "name": "block_hash",
          "type": "string"
        },
        {
          "name": "dealer_hand",
          "type": "string"
        },
        {
          "name": "player_hand_1",
          "type": "string"
        },
        {
          "name": "player_hand_2",
          "type": "string"
        },
        {
          "name": "player_hand_3",
          "type": "string"
        },
        {
          "name": "player_hand_4",
          "type": "string"
        },
        {
          "name": "player_hand_5",
          "type": "string"
        },
        {
          "name": "dealer_hand_number",
          "type": "int32"
        },
        {
          "name": "ante",
          "type": "asset"
        },
        {
          "name": "blind",
          "type": "asset"
        },
        {
          "name": "pairplus",
          "type": "asset"
        },
        {
          "name": "play",
          "type": "asset"
        },
        {
          "name": "ante_win",
          "type": "asset"
        },
        {
          "name": "blind_win",
          "type": "asset"
        },
        {
          "name": "pairplus_win",
          "type": "asset"
        },
        {
          "name": "play_win",
          "type": "asset"
        },
        {
          "name": "stop_bet_hash",
          "type": "checksum256"
        },
        {
          "name": "if_timeout",
          "type": "int32"
        }
      ]
    }