GUniWithdraw

Description

Action that removes liquidity from a G-UNI pool and burns G-UNI LP tokens

Action ID

0x6b185983

SDK Action

const gUniWithdrawAction = new dfs.actions.guni.GUniWithdrawAction(
    pool,
    burnAmount,
    amount0Min,
    amount1Min,
    to,
    from
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?