Vaulta

learnwithjoy

Contract

  • Table row type of platforms

    {
      "name": "platform",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "version",
          "type": "uint64"
        },
        {
          "name": "username",
          "type": "string"
        }
      ]
    }