LiquityV2AdjustInterestRate

Description

Adjust the interest rate of a LiquityV2 trove on a specific market

Action ID

0xb0fa164d

SDK Action

const liquityV2AdjustInterestRateAction = new dfs.actions.liquityV2.LiquityV2AdjustInterestRateAction(
    market,
    troveId,
    newAnnualInterestRate,
    upperHint,
    lowerHint,
    maxUpfrontFee
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?