MorphoAaveV3Withdraw

Description

Withdraw a token from Morpho AaveV3

Action ID

0x1f2dba0b

SDK Action

const morphoAaveV3WithdrawAction = new dfs.actions.morpho.aaveV3.MorphoAaveV3WithdrawAction(
    emodeId,
    tokenAddr,
    amount,
    to,
    onBehalf,
    withdrawAsColl,
    maxIterations
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?