
Table row type of storderbook
{ "name": "storderbook", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "ordertype", "type": "bool" }, { "name": "name", "type": "name" }, { "name": "price", "type": "uint64" }, { "name": "quantity", "type": "asset" }, { "name": "ordertime", "type": "uint64" }, { "name": "reference", "type": "string" } ] }