
{ "version": "eosio::abi/1.1", "types": [], "structs": [ { "name": "account_status", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "path_id", "type": "uint64" }, { "name": "recv_contract", "type": "name" }, { "name": "min_recv_quantity", "type": "asset" } ] }, { "name": "exec", "base": "", "fields": [] }, { "name": "global_config", "base": "", "fields": [ { "name": "asset_contract_proxy", "type": "name" }, { "name": "swap_contract", "type": "name" }, { "name": "link_contract", "type": "name" } ] }, { "name": "init", "base": "", "fields": [ { "name": "asset_contract_proxy", "type": "name" }, { "name": "swap_contract", "type": "name" }, { "name": "link_contract", "type": "name" } ] }, { "name": "recv_token", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "contract", "type": "name" }, { "name": "quantity", "type": "asset" } ] }, { "name": "swap_path", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "send_all", "type": "bool" }, { "name": "contract", "type": "name" }, { "name": "sym", "type": "symbol" }, { "name": "is_end", "type": "bool" }, { "name": "handlers", "type": "name[]" }, { "name": "memos", "type": "string[]" }, { "name": "weights", "type": "uint16[]" } ] } ], "actions": [ { "name": "exec", "type": "exec", "ricardian_contract": "" }, { "name": "init", "type": "init", "ricardian_contract": "" } ], "tables": [ { "name": "acctstatus", "index_type": "i64", "key_names": [], "key_types": [], "type": "account_status" }, { "name": "globalconfig", "index_type": "i64", "key_names": [], "key_types": [], "type": "global_config" }, { "name": "recvtoken", "index_type": "i64", "key_names": [], "key_types": [], "type": "recv_token" }, { "name": "swappath", "index_type": "i64", "key_names": [], "key_types": [], "type": "swap_path" } ], "ricardian_clauses": [], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }