Function get_tick_array_address
pub fn get_tick_array_address(
whirlpool: &Address,
start_tick_index: i32,
program_id: Option<Address>,
) -> Result<(Address, u8), ProgramError>Expand description
Derives the tick array PDA for the given whirlpool and start tick index under the supplied target program.
Uses the mutable Whirlpool program (“whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc”) when None.