
Table row type of userbalance
{ "name": "userbalance", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "player", "type": "name" }, { "name": "symbol", "type": "symbol_name" }, { "name": "amount", "type": "asset" } ] }
Table row type of userbalance
{
"name": "userbalance",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "player",
"type": "name"
},
{
"name": "symbol",
"type": "symbol_name"
},
{
"name": "amount",
"type": "asset"
}
]
}