
Table row type of accounts
{ "name": "account_type", "base": "", "fields": [ { "name": "symbol", "type": "symbol_code" }, { "name": "id", "type": "uint64" }, { "name": "address", "type": "string" } ] }
Table row type of accounts
{
"name": "account_type",
"base": "",
"fields": [
{
"name": "symbol",
"type": "symbol_code"
},
{
"name": "id",
"type": "uint64"
},
{
"name": "address",
"type": "string"
}
]
}