Vaulta

goplayeoslot

Contract

The data structures defined by this contract.

  • Table row type of gameinfo

    {
      "name": "gameinfo",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "trxid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in hiss

    {
      "name": "hiss",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        }
      ]
    }