@somnia-chain/markets-sdk / index / LIQUIDATION_KIND
Variable: LIQUIDATION_KIND
constLIQUIDATION_KIND: readonly ["AccountLiquidated","PositionLiquidated","PositionSkipped","PositionTakenOver","AutoDeleveraged","Throttled","KeeperReward","OrderPanicked","PositionTransferred","CloseOutMarginSettled","BadDebtAbsorbed","ResidualBadDebt","AdlPriceCapacityExhausted","ResidualBackedByOpenPnl","CoverageDeclined","AdlSessionDiscarded","AdlCapacityShortfall"]
Defined in: packages/sdk/src/perp/history.ts:98
Every value LiquidationEvent.kind can carry, in the order the waterfall emits them. The vocabulary ListLiquidationsOptions.kind filters on, so a filter cannot be spelled wrong.