MorphoAaveV2Withdraw
Description
Action ID
SDK Action
const morphoAaveV2WithdrawAction = new dfs.actions.morpho.MorphoAaveV2WithdrawAction(
tokenAddr,
amount,
to
);Action Type
Input Parameters
/// @param tokenAddr The address of the token to be withdrawn
/// @param amount Amount of tokens to be withdrawn
/// @param to Where the withdrawn tokens will be sent
struct Params {
address tokenAddr;
uint256 amount;
address to;
}Return Value
Events and Logs
Last updated