Skip to main content

is_pump_pool

Function is_pump_pool 

Source
pub fn is_pump_pool(base_mint: &Pubkey, pool_creator: &Pubkey) -> bool
Expand 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).