Preparing search index...
The search index is not available
musd-kit API reference
musd-kit API reference
core/src
ComputeICRParams
Interface ComputeICRParams
Inputs to
computeICR
: collateral, entire debt, and a BTC/USD price.
interface
ComputeICRParams
{
collateral
:
bigint
;
entireDebt
:
bigint
;
price
:
bigint
;
}
Index
Properties
collateral
entire
Debt
price
Properties
collateral
collateral
:
bigint
entire
Debt
entireDebt
:
bigint
price
price
:
bigint
BTC/USD, 1e18-scaled.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
collateral
entire
Debt
price
musd-kit API reference
Loading...
Inputs to computeICR: collateral, entire debt, and a BTC/USD price.