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

AaveUnstake

Description

Action to unstake stkAave tokens

Action ID

0x887729ae

SDK Action

Following actions will map to AaveUnstake contract:

const aaveFinalizeUnstakeAction = new dfs.actions.aave.AaveFinalizeUnstakeAction(
    amount,
    to
);
const aaveStartUnstakeAction = new dfs.actions.aave.AaveStartUnstakeAction();

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated