EOS

newdexpocket

Contract

{ "version": "eosio::abi/1.1", "types": [], "structs": [ { "name": "cancelorder", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "order_id", "type": "string" }, { "name": "symbol_id", "type": "string" } ] }, { "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" } ] } ], "actions": [ { "name": "cancelorder", "type": "cancelorder", "ricardian_contract": "" }, { "name": "makeorder", "type": "makeorder", "ricardian_contract": "" } ], "tables": [ { "name": "contractlist", "index_type": "i64", "key_names": [], "key_types": [], "type": "contract_list" } ], "ricardian_clauses": [], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }