Vaulta

core.ogx

Contract

  • Table row type of feepoolcfg

    {
      "name": "feepoolcfg",
      "base": "",
      "fields": [
        {
          "name": "max_exchange_fee_rate",
          "type": "uint128"
        },
        {
          "name": "fee_period_length",
          "type": "uint64"
        },
        {
          "name": "current_fee_period",
          "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"
        }
      ]
    }