
Table row type of userbalance
{ "name": "userbalance", "base": "", "fields": [ { "name": "username", "type": "name" }, { "name": "symbol", "type": "uint64" }, { "name": "amount", "type": "uint128" } ] }
Table row type of userbalance
{
"name": "userbalance",
"base": "",
"fields": [
{
"name": "username",
"type": "name"
},
{
"name": "symbol",
"type": "uint64"
},
{
"name": "amount",
"type": "uint128"
}
]
}