EOS

proxy1.wal

Contract

The data structures defined by this contract.

  • Table row type of acctstatus

    { "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" } ] }
  • Action parameter in exec

    { "name": "exec", "base": "", "fields": [] }
  • Table row type of globalconfig

    { "name": "global_config", "base": "", "fields": [ { "name": "asset_contract_proxy", "type": "name" }, { "name": "swap_contract", "type": "name" }, { "name": "link_contract", "type": "name" } ] }
  • Action parameter in init

    { "name": "init", "base": "", "fields": [ { "name": "asset_contract_proxy", "type": "name" }, { "name": "swap_contract", "type": "name" }, { "name": "link_contract", "type": "name" } ] }
  • Table row type of recvtoken

    { "name": "recv_token", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "contract", "type": "name" }, { "name": "quantity", "type": "asset" } ] }
  • Table row type of swappath

    { "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[]" } ] }