
Action parameter in addcomment
{ "name": "addcomment", "base": "", "fields": [ { "name": "pollId", "type": "uint64" }, { "name": "commentId", "type": "uint64" }, { "name": "accountName", "type": "string" } ] }
Action parameter in addcomment
{
"name": "addcomment",
"base": "",
"fields": [
{
"name": "pollId",
"type": "uint64"
},
{
"name": "commentId",
"type": "uint64"
},
{
"name": "accountName",
"type": "string"
}
]
}