DecreaseLiquidityInstructions: {
    instructions: IInstruction[];
    quote: DecreaseLiquidityQuote;
}

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

Type declaration

  • instructions: IInstruction[]

    The list of instructions required to decrease liquidity.

  • quote: DecreaseLiquidityQuote

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