Vaulta

xbblivepoker

Contract

The data structures defined by this contract.

  • Table row type of bacrec

    {
      "name": "GameRecord",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "roundid",
          "type": "uint64"
        },
        {
          "name": "seed",
          "type": "string"
        },
        {
          "name": "hash",
          "type": "string"
        }
      ]
    }
  • Action parameter in set

    {
      "name": "set",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "seed",
          "type": "string"
        },
        {
          "name": "hash",
          "type": "string"
        }
      ]
    }