Documentation
    Preparing search index...

    Type Alias IncreaseLiquidityInstructions

    Represents the instructions and quote for increasing liquidity in a position.

    type IncreaseLiquidityInstructions = {
        instructions: IInstruction[];
        quote: IncreaseLiquidityQuote;
    }
    Index

    Properties

    Properties

    instructions: IInstruction[]

    List of Solana transaction instructions to execute.

    The quote object with details about the increase in liquidity, including the liquidity delta, estimated tokens, and maximum token amounts based on slippage tolerance.