Inputs to computeLiquidationPrice: a position's collateral + entire debt.

interface ComputeLiquidationPriceParams {
    collateral: bigint;
    entireDebt: bigint;
}

Properties

collateral: bigint
entireDebt: bigint