Vaulta

eoshashpoker

Contract

  • Action parameter in initdeal

    {
      "name": "initdeal",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "action_at",
          "type": "uint64"
        },
        {
          "name": "blocknum",
          "type": "uint32"
        },
        {
          "name": "first_cards",
          "type": "bytes"
        },
        {
          "name": "player_first_card",
          "type": "string"
        },
        {
          "name": "dealer_first_card",
          "type": "string"
        },
        {
          "name": "player_second_card",
          "type": "string"
        },
        {
          "name": "dealer_second_card",
          "type": "string"
        }
      ]
    }