For the complete documentation index, see llms.txt. This page is also available as Markdown.

AaveV3CollateralSwitch

Description

Switch action if user wants to use tokens for collateral on aaveV3 market

Action ID

0xbffa4e35

SDK Action

const aaveV3CollateralSwitchAction = new dfs.actions.aaveV3.AaveV3CollateralSwitchAction(
    useDefaultMarket,
    market,
    arrayLength,
    assetIds,
    useAsCollateral
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated