Preparing search index...
The search index is not available
musd-kit API reference
musd-kit API reference
core/src
ComputeLiquidationPriceParams
Interface ComputeLiquidationPriceParams
Inputs to
computeLiquidationPrice
: a position's collateral + entire debt.
interface
ComputeLiquidationPriceParams
{
collateral
:
bigint
;
entireDebt
:
bigint
;
}
Index
Properties
collateral
entire
Debt
Properties
collateral
collateral
:
bigint
entire
Debt
entireDebt
:
bigint
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
collateral
entire
Debt
musd-kit API reference
Loading...
Inputs to computeLiquidationPrice: a position's collateral + entire debt.