CommonAddLiquidityOptions
@uniswap/v4-sdk / CommonAddLiquidityOptions
Defined in: PositionManager.ts:72
Options for producing the calldata to add liquidity.
Properties
batchPermit?
optional
batchPermit:BatchPermitOptions
Defined in: PositionManager.ts:81
The optional permit2 batch permit parameters for spending token0 and token1
useNative?
optional
useNative:NativeCurrency
Defined in: PositionManager.ts:76
Whether to spend ether. If true, one of the currencies must be the NATIVE currency.