
newdexpocket
Contract
The data structures defined by this contract.
Action parameter in cancelorder
{ "name": "cancelorder", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "order_id", "type": "string" }, { "name": "symbol_id", "type": "string" } ] }Table row type of contractlist
{ "name": "contract_list", "base": "", "fields": [ { "name": "contract", "type": "name" }, { "name": "is_white", "type": "bool" } ] }- { "name": "makeorder", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "type", "type": "string" }, { "name": "symbol", "type": "string" }, { "name": "price", "type": "string" }, { "name": "channel", "type": "string" }, { "name": "receiver", "type": "string" }, { "name": "ref", "type": "string" } ] }