Vaulta

newdexpublic

Contract

  • Action parameter in makeplan

    {
      "name": "makeplan",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "pair_symbol",
          "type": "string"
        },
        {
          "name": "price",
          "type": "float64"
        },
        {
          "name": "condition_price",
          "type": "float64"
        },
        {
          "name": "is_plan",
          "type": "bool"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "channel",
          "type": "string"
        },
        {
          "name": "ref",
          "type": "string"
        },
        {
          "name": "base_symbol",
          "type": "ndx_symbol"
        },
        {
          "name": "quote_symbol",
          "type": "ndx_symbol"
        }
      ]
    }