Represents the parameters for increasing 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 increase.
The amount of Token A to add.
The amount of Token B to add.
Represents the parameters for increasing liquidity. You must choose only one of the properties (
liquidity
,tokenA
, ortokenB
). The SDK will compute the other two based on the input provided.