
Table row type of options
{ "name": "option_item", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "text", "type": "string" }, { "name": "votes", "type": "uint64" } ] }
Table row type of options
{
"name": "option_item",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "text",
"type": "string"
},
{
"name": "votes",
"type": "uint64"
}
]
}