CurveUsdCreate

Description

Action that creates a curveusd position on behalf of user's wallet

Action ID

0x269ac704

SDK Action

const curveUsdCreateAction = new dfs.actions.curveusd.CurveUsdCreateAction(
    controllerAddress,
    from,
    to,
    collateralAmount,
    debtAmount,
    nBands
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?