pub fn is_pump_pool(base_mint: &Pubkey, pool_creator: &Pubkey) -> boolExpand description
true iff pool_creator matches the canonical pump-program-derived pool
authority for base_mint. Used to decide whether a pool gets tiered fees
(pump pools) or flat fees (third-party pools).