Type Alias IncreaseLiquidityInput

IncreaseLiquidityInput: {
    liquidityAmount: BN;
    tokenMaxA: BN;
    tokenMaxB: BN;
}

Input parameters to deposit liquidity into a position.

This type is usually generated by a quote class to estimate the amount of tokens required to deposit a certain amount of liquidity into a position.

the maximum amount of tokenA allowed to withdraw from the source wallet.

the maximum amount of tokenB allowed to withdraw from the source wallet.

the desired amount of liquidity to deposit into the position/