Constants§
- MAX_
SQRT_ RATIO - The maximum value that can be returned from get_sqrt_ratio_at_tick
- MIN_
SQRT_ RATIO - The minimum value that can be returned from get_sqrt_ratio_at_tick
Functions§
- get_
sqrt_ ratio_ at_ tick - Returns the sqrt ratio as a Q64.96 for the given tick. The sqrt ratio is computed as sqrt(1.0001)^tick.
- get_
tick_ at_ sqrt_ ratio - Returns the tick corresponding to the given sqrt ratio.