Function get_fee_tier_address
pub fn get_fee_tier_address(
fee_tier_index: u16,
whirlpool_deployment: Option<WhirlpoolDeployment>,
) -> Result<(Address, u8), ProgramError>Expand description
Derives the fee tier PDA for the given fee tier index under the supplied target program.
Uses WhirlpoolDeployment::default when None.