Check if a tick is initializable. A tick is initializable if it is divisible by the tick spacing.
tick_index
tick_spacing
Check if a tick is initializable. A tick is initializable if it is divisible by the tick spacing.
Parameters
tick_index
- A i32 integer representing the tick integertick_spacing
- A i32 integer representing the tick spacingReturns