MorphoBlueWithdraw

Description

Withdraw a token from Morpho Blue market

Action ID

0x5e8a8984

SDK Action

const morphoBlueWithdrawAction = new dfs.actions.morpho-blue.MorphoBlueWithdrawAction(
    loanToken,
    collateralToken,
    oracle,
    irm,
    lltv,
    withdrawAmount,
    onBehalf,
    to
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?