Vaulta

dex.wal

Contract

  • Table row type of pair

    {
      "name": "pair",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "base_contract",
          "type": "name"
        },
        {
          "name": "base_symbol",
          "type": "symbol"
        },
        {
          "name": "quote_contract",
          "type": "name"
        },
        {
          "name": "quote_symbol",
          "type": "symbol"
        },
        {
          "name": "price_precision",
          "type": "uint8"
        },
        {
          "name": "default_route",
          "type": "uint64"
        },
        {
          "name": "desc",
          "type": "string"
        }
      ]
    }