Function get_tick_arrays_for_rebalanced_position

Source
pub fn get_tick_arrays_for_rebalanced_position(
    tick_current_index: i32,
    tick_spacing: u16,
    whirlpool_address: &Pubkey,
    position_tick_lower_index: i32,
    position_tick_upper_index: i32,
) -> [(Pubkey, i32); 2]