Function derive_bonding_curve

Source
pub fn derive_bonding_curve(token_address: &Pubkey) -> Pubkey
Expand description

Derive the Pumpfun bonding curve PDA for a given token address

Uses the seeds ["bonding-curve", token_address] to derive the program-derived address.