
allocations 的表格行类型
{ "name": "allocation_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "ticker", "type": "symbol_code" }, { "name": "receiver", "type": "name" }, { "name": "quantity", "type": "asset" } ] }

allocations 的表格行类型
{
"name": "allocation_row",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "ticker",
"type": "symbol_code"
},
{
"name": "receiver",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
}