Get Position Info
1. Get position amounts
params:
position_nft: the object of the position
return:
amount_a: the amount of token a in position.
amount_b: the amount of token b in position
2. Calculate position fee
params:
position_nft: the object of the position
return:
fee_a: the fee amount of coin type a.
fee_b: the fee amount of coin type b.
3. Get rewards in position
params:
position_nft: the object of the position
return:
fee_a: the fee amount of coin type a.
fee_b: the fee amount of coin type b.
Last updated