FluidDexRegularBorrow

Description

Borrow assets from Fluid Vault T2 (2_col:1_debt, smart collateral vault)

This sdk action uses FluidDexBorrow as underlying smart contract.

Action ID

0x81fb1de1

SDK Action

const fluidDexRegularBorrowAction = new dfs.actions.fluid.FluidDexRegularBorrowAction(
    vault,
    to,
    nftId,
    borrowAmount,
    wrapBorrowedEth
);

Action Type

STANDARD_ACTION

Input Parameters

SDK will set BorrowVariableData as empty for regular borrow action

Return Value

For regular borrow action, return value will represent borrowed amount

Events and Logs

Last updated

Was this helpful?