ghostAaveV4Withdraw

Description

Withdraw a token from an Aave spoke.

Notes

Send type(uint).max to withdraw whole amount.

Action ID

0x13a9a106

SDK Action

const aaveV4WithdrawAction = new dfs.actions.aavev4.AaveV4WithdrawAction(
    spoke,
    onBehalf,
    to,
    reserveId,
    amount
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated