For the complete documentation index, see llms.txt. This page is also available as Markdown.

ConvexWithdraw

Description

Action that either withdraws(unwraps) Curve LP from convex, unstakes wrapped LP, or does both.

Action ID

0x9ee73125

SDK Action

const convexWithdrawAction = new dfs.actions.convex.ConvexWithdrawAction(
    from,
    to,
    curveLp,
    amount,
    option
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated