Calculate the status of a position The status can be one of three values:
sqrt_price
tick_index_1
tick_index_2
Calculate the status of a position The status can be one of three values:
Parameters
sqrt_price
- A u128 integer representing the sqrt price of the pooltick_index_1
- A i32 integer representing the first tick index of the positiontick_index_2
- A i32 integer representing the second tick index of the positionReturns