• 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 integer
    • tick_spacing - A i32 integer representing the tick spacing

    Returns

    • A boolean value indicating if the tick is initializable

    Parameters

    • tick_index: number
    • tick_spacing: number

    Returns boolean