Vaulta

core.ogx

Contract

  • Action parameter in editfeepool

    {
      "name": "editfeepool",
      "base": "",
      "fields": [
        {
          "name": "max_exchange_fee_rate",
          "type": "uint128"
        },
        {
          "name": "fee_period_length",
          "type": "uint64"
        },
        {
          "name": "fee_period_duration",
          "type": "uint64"
        },
        {
          "name": "min_fee_period_duration",
          "type": "uint64"
        },
        {
          "name": "max_fee_period_duration",
          "type": "uint64"
        },
        {
          "name": "target_threshold",
          "type": "uint128"
        }
      ]
    }