Vaulta

thedeosgames

Contract

  • Action parameter in pokerlog

    {
      "name": "pokerlog",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "bet",
          "type": "asset"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "start_hand",
          "type": "string"
        },
        {
          "name": "finish_hand",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "time_stamp",
          "type": "uint64"
        }
      ]
    }