Vaulta

eoshashpoker

Contract

  • Struct property of st_jackbet

    {
      "name": "st_hand",
      "base": "",
      "fields": [
        {
          "name": "hand_id",
          "type": "uint64"
        },
        {
          "name": "player_cards",
          "type": "bytes"
        },
        {
          "name": "player_cards_names",
          "type": "string[]"
        },
        {
          "name": "card_requested",
          "type": "bool"
        },
        {
          "name": "player_stand",
          "type": "bool"
        },
        {
          "name": "bought_insurance",
          "type": "bool"
        },
        {
          "name": "doubled_bet",
          "type": "bool"
        },
        {
          "name": "surrendered",
          "type": "bool"
        },
        {
          "name": "ended",
          "type": "bool"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "created_at",
          "type": "uint64"
        }
      ]
    }