FluidDexRegularWithdraw

Description

Withdraw assets from Fluid Vault T3 (1_col:2_debt, smart debt vault)

This sdk action uses FluidDexWithdraw as underlying smart contract.

Action ID

0x4f1673fd

SDK Action

const fluidDexRegularWithdrawAction = new dfs.actions.fluid.FluidDexRegularWithdrawAction(
    vault,
    to,
    nftId,
    withdrawAmount,
    wrapWithdrawnEth
);

Action Type

STANDARD_ACTION

Input Parameters

SDK will set WithdrawVariableData as empty for regular withdraw action

Return Value

For regular withdraw action, return value will represent withdrawn amount

Events and Logs

Last updated

Was this helpful?