
-
{ "name": "poll", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "pollId", "type": "uint64" }, { "name": "communityId", "type": "uint64" }, { "name": "pollStatus", "type": "uint8" }, { "name": "voteCounts", "type": "uint32" }, { "name": "commentsCount", "type": "uint32" }, { "name": "likes", "type": "uint32" }, { "name": "dislikes", "type": "uint32" } ] }