CurveUsdWithdraw

Description

Action that withdraws collateral from user's wallet curveusd position

Notes

if collateralAmount == uintMax will withdraw as much as the debt will allow

Action ID

0xd593ef63

SDK Action

const curveUsdWithdrawAction = new dfs.actions.curveusd.CurveUsdWithdrawAction(
    controllerAddress,
    to,
    collateralAmount
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?