
Table row type of votes
{ "name": "pollvote_item", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "option_id", "type": "uint64" }, { "name": "votes", "type": "uint64" } ] }
Table row type of votes
{
"name": "pollvote_item",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "option_id",
"type": "uint64"
},
{
"name": "votes",
"type": "uint64"
}
]
}