Documentation
    Preparing search index...

    Type Alias DecreaseLiquidityInstructions

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

    type DecreaseLiquidityInstructions = {
        instructions: IInstruction[];
        quote: DecreaseLiquidityQuote;
    }
    Index

    Properties

    Properties

    instructions: IInstruction[]

    The list of instructions required to decrease liquidity.

    The quote details for decreasing liquidity, including the liquidity delta, estimated tokens, and minimum token amounts based on slippage tolerance.