pub fn is_pf_bonding_curve_create_instruction(
instruction: &Instruction<'_>,
) -> boolExpand description
Determine if a Solana instruction is a Pumpfun bonding curve creation instruction. Checks data length, account count, discriminator, and program ID to identify Pumpfun bonding curve creation instructions.