Remove Liquidity
1. Remove liquidity
1.1Function params
account: the signer of the user.
position_nft: the positon nft object.
delta_liquidity: the amount of liquidity will be remove.
1.2. Function
2. Remove Lliquidity With Option
2.1. Function params
account: the signer of the user.
position_nft: the positon nft object.
delta_liquidity: the amount of liquidity will be remove.
min_amount_a: the min amount of coin a want to remove.
min_amount_b: the min amount of coin b want to remove.
is_collect_fee: the option of is collect fee.
is_collect_reward: the option of is collect reward.
ps: Before close positon, the fee , reward and liquidity must all removed.
2.2. Function
Last updated