Vaulta

swap.newdex

Contract

  • Action parameter in savepair

    {
      "name": "savepair",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "base_contract",
          "type": "name"
        },
        {
          "name": "base_precision",
          "type": "uint8"
        },
        {
          "name": "base_symbol",
          "type": "string"
        },
        {
          "name": "quote_contract",
          "type": "name"
        },
        {
          "name": "quote_precision",
          "type": "uint8"
        },
        {
          "name": "quote_symbol",
          "type": "string"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "sort",
          "type": "uint64"
        }
      ]
    }