FluidDexOpen

Description

Open position on Fluid DEX vault (T2, T3, T4)

Action ID

0x7d4e6bb2

SDK Action

const fluidDexOpenAction = new dfs.actions.FluidDexOpenAction(
    vault,
    from,
    to,
    supplyAmount,
    supplyVariableData,
    borrowAmount,
    borrowVariableData,
    wrapBorrowedEth
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?