AaveWithdraw

Withdraw a token from an AaveV2 market.

Description

Withdraw a token from an Aave market

Notes

User withdraws tokens from the Aave protocol

Action ID

0x4a76aaa3

SDK Action

const aaveWithdrawAction = new dfs.actions.aave.AaveWithdrawAction(
    market,
    tokenAddr,
    amount,
    to
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?