Represents the parameters for decreasing liquidity. You must choose only one of the properties (liquidity, tokenA, or tokenB). The SDK will compute the other two based on the input provided.
liquidity
tokenA
tokenB
The amount of liquidity to decrease.
The amount of Token A to withdraw.
The amount of Token B to withdraw.
Represents the parameters for decreasing liquidity. You must choose only one of the properties (
liquidity
,tokenA
, ortokenB
). The SDK will compute the other two based on the input provided.