Inputs to MusdClient.getBorrowingPower: the collateral to size a draw against.

interface GetBorrowingPowerParams {
    collateral: bigint;
    price?: bigint;
}

Properties

Properties

collateral: bigint
price?: bigint

Override the price; defaults to fetchPrice().