Vaulta

swap.ccc

Contract

  • Action parameter in swaplog

    {
      "name": "swaplog",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "protocol_fee",
          "type": "asset"
        },
        {
          "name": "quantity_in",
          "type": "asset"
        },
        {
          "name": "quantity_out",
          "type": "asset"
        },
        {
          "name": "reserve0",
          "type": "uint64"
        },
        {
          "name": "reserve1",
          "type": "uint64"
        }
      ]
    }