Represents the instructions and quotes for closing a liquidity position in an Orca Whirlpool. Extends DecreaseLiquidityInstructions and adds additional fee and reward details.
DecreaseLiquidityInstructions
The fees collected from the position, including the amounts for token A (fee_owed_a) and token B (fee_owed_b).
fee_owed_a
fee_owed_b
The rewards collected from the position, including up to three reward tokens (reward_owed_1, reward_owed_2, and reward_owed_3).
reward_owed_1
reward_owed_2
reward_owed_3
Represents the instructions and quotes for closing a liquidity position in an Orca Whirlpool. Extends
DecreaseLiquidityInstructions
and adds additional fee and reward details.