Documentation
    Preparing search index...

    Type Alias IncreaseLiquidityQuoteParam

    IncreaseLiquidityQuoteParam:
        | { liquidity: bigint }
        | { tokenA: bigint }
        | { tokenB: bigint }

    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.

    Type declaration

    • { liquidity: bigint }
      • liquidity: bigint

        The amount of liquidity to increase.

    • { tokenA: bigint }
      • tokenA: bigint

        The amount of Token A to add.

    • { tokenB: bigint }
      • tokenB: bigint

        The amount of Token B to add.