FluidDexSmartDebtPayback

Description

Payback debt on Fluid DEX vault (T3, T4)

Action ID

0x1de2c822

SDK Action

const fluidDexPaybackAction = new dfs.actions.fluid.FluidDexSmartDebtPaybackAction(
    vault,
    from,
    nftId,
    paybackVariableData
);

Action Type

STANDARD_ACTION

Input Parameters

SDK will set paybackAmount as empty for dex payback action as that field is only used for regular payback (T1,T2), not smart debt payback (T3,T4).

Return Value

For smart debt payback action, return value will represent burned borrow shares

Events and Logs

Last updated

Was this helpful?