Type alias ExchangeSettings

ExchangeSettings: {
    _padding: Uint8Array;
    lockedOpenInterestRatio: number;
    lockedOpenInterestStalenessThreshold: bigint;
    maxKeeperTipRate: number;
    maxLiquidationFee: bigint;
    minLiquidationFee: bigint;
    minLpDuration: bigint;
    protocolFeeRate: number;
    settlementDelay: bigint;
}

Type declaration

  • _padding: Uint8Array
  • lockedOpenInterestRatio: number
  • lockedOpenInterestStalenessThreshold: bigint
  • maxKeeperTipRate: number
  • maxLiquidationFee: bigint
  • minLiquidationFee: bigint
  • minLpDuration: bigint
  • protocolFeeRate: number
  • settlementDelay: bigint

Generated using TypeDoc