Vaulta

bulls.bg

Contract

  • Struct property of reveal

    {
      "name": "reveal_info",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "public_key",
          "type": "string"
        },
        {
          "name": "sign",
          "type": "string"
        },
        {
          "name": "block_id",
          "type": "string"
        },
        {
          "name": "block_hash",
          "type": "string"
        },
        {
          "name": "dealer_hand_number",
          "type": "BYTE"
        },
        {
          "name": "dealer_hand",
          "type": "string"
        },
        {
          "name": "player_hand_spades",
          "type": "string"
        },
        {
          "name": "player_hand_hearts",
          "type": "string"
        },
        {
          "name": "player_hand_clubs",
          "type": "string"
        },
        {
          "name": "player_hand_diamonds",
          "type": "string"
        },
        {
          "name": "ante_spades",
          "type": "asset"
        },
        {
          "name": "ante_hearts",
          "type": "asset"
        },
        {
          "name": "ante_clubs",
          "type": "asset"
        },
        {
          "name": "ante_diamonds",
          "type": "asset"
        },
        {
          "name": "bet_amount",
          "type": "asset"
        },
        {
          "name": "payout_spades",
          "type": "asset"
        },
        {
          "name": "payout_hearts",
          "type": "asset"
        },
        {
          "name": "payout_clubs",
          "type": "asset"
        },
        {
          "name": "payout_diamonds",
          "type": "asset"
        }
      ]
    }