
Table row type of collaterals
{ "name": "collateral_item", "base": "", "fields": [ { "name": "symbol", "type": "symbol" }, { "name": "account", "type": "name" }, { "name": "is_active", "type": "bool" } ] }
Table row type of collaterals
{
"name": "collateral_item",
"base": "",
"fields": [
{
"name": "symbol",
"type": "symbol"
},
{
"name": "account",
"type": "name"
},
{
"name": "is_active",
"type": "bool"
}
]
}