Parameters for MusdClient.adjustTrove: a combined collateral ± and/or debt ± change (validated).

interface AdjustTroveParams {
    addCollateral?: bigint;
    borrow?: bigint;
    maxFeePercentage?: bigint;
    repay?: bigint;
    withdrawCollateral?: bigint;
}

Properties

addCollateral?: bigint
borrow?: bigint
maxFeePercentage?: bigint
repay?: bigint
withdrawCollateral?: bigint