
Table row type of accounts
{ "name": "st_balance", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "token_id", "type": "uint64" }, { "name": "balance", "type": "asset" } ] }
Table row type of accounts
{
"name": "st_balance",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "token_id",
"type": "uint64"
},
{
"name": "balance",
"type": "asset"
}
]
}