AaveV3Withdraw

Description

Withdraw a token from an Aave market

Notes

User withdraws tokens from the Aave protocol. Send type(uint).max to withdraw whole amount.

Action ID

0x72a6498a

SDK Action

const aaveV3WithdrawAction = new dfs.actions.aaveV3.AaveV3WithdrawAction(
    useDefaultMarket,
    market,
    amount,
    to,
    assetId
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?