Vaulta

lumeospollss

Contract

  • Table row type of comments

    {
      "name": "comments",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "commentId",
          "type": "uint64"
        },
        {
          "name": "pollId",
          "type": "uint64"
        },
        {
          "name": "likes",
          "type": "uint32"
        },
        {
          "name": "dislikes",
          "type": "uint32"
        },
        {
          "name": "account",
          "type": "string"
        }
      ]
    }