Inputs to computeICR: collateral, entire debt, and a BTC/USD price.

interface ComputeICRParams {
    collateral: bigint;
    entireDebt: bigint;
    price: bigint;
}

Properties

collateral: bigint
entireDebt: bigint
price: bigint

BTC/USD, 1e18-scaled.