waveFluidDexRegularWithdraw

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

circle-info

SDK will set WithdrawVariableData as empty for regular withdraw action

Return Value

circle-info

For regular withdraw action, return value will represent withdrawn amount

Events and Logs

Last updated