Vaulta

skreosladder

Contract

  • Table row type of records

    {
      "name": "games",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "num",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "result",
          "type": "gameresult"
        },
        {
          "name": "txid",
          "type": "checksum256"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        }
      ]
    }