
Table row type of productsts
{ "name": "product_status", "base": "", "fields": [ { "name": "product_id", "type": "uint64" }, { "name": "withdrawable", "type": "bool" }, { "name": "escrow_account", "type": "name" } ] }
Table row type of productsts
{
"name": "product_status",
"base": "",
"fields": [
{
"name": "product_id",
"type": "uint64"
},
{
"name": "withdrawable",
"type": "bool"
},
{
"name": "escrow_account",
"type": "name"
}
]
}