Type alias MarketSettings

MarketSettings: {
    _padding: Uint8Array;
    authorizedLiquidator: UmiPublicKey;
    initialMarginRatio: number;
    liquidationFeeRate: number;
    maintenanceMarginProportion: number;
    makerFeeRate: number;
    maxFundingVelocity: number;
    maxLiquidationLimitAccumulationMultiplier: bigint;
    maxLiquidationPd: number;
    maxSecondsInLiquidationEpoch: bigint;
    maxSideSize: bigint;
    minInitialMarginRatio: number;
    minPositionMargin: bigint;
    skewScale: bigint;
    takerFeeRate: number;
}

Type declaration

  • _padding: Uint8Array
  • authorizedLiquidator: UmiPublicKey
  • initialMarginRatio: number
  • liquidationFeeRate: number
  • maintenanceMarginProportion: number
  • makerFeeRate: number
  • maxFundingVelocity: number
  • maxLiquidationLimitAccumulationMultiplier: bigint
  • maxLiquidationPd: number
  • maxSecondsInLiquidationEpoch: bigint
  • maxSideSize: bigint
  • minInitialMarginRatio: number
  • minPositionMargin: bigint
  • skewScale: bigint
  • takerFeeRate: number

Generated using TypeDoc