Vaulta

swap.com

Contract

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