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

CurveStethPoolWithdraw

Description

Action that withdraws tokens from the Curve steth pool

Action ID

0x212a9416

SDK Action

const curveStethPoolWithdrawAction = new dfs.actions.curve.CurveStethPoolWithdrawAction(
    from,
    to,
    amounts,
    maxBurnAmount,
    returnValue
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated