Vaulta

newdexpublic

Contract

  • Action parameter in makecross

    {
      "name": "makecross",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "price",
          "type": "string"
        },
        {
          "name": "channel",
          "type": "string"
        },
        {
          "name": "receiver",
          "type": "string"
        }
      ]
    }