
Table row type of usernews
{ "name": "user_news_table", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "amount", "type": "uint64" }, { "name": "created_at", "type": "uint64" } ] }
Table row type of usernews
{
"name": "user_news_table",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "amount",
"type": "uint64"
},
{
"name": "created_at",
"type": "uint64"
}
]
}