pub fn process_pf_bonding_curve_create_instruction(
instruction: &Instruction<'_>,
block_time: u64,
slot: u64,
index: u64,
atomic_instruction_index: u8,
signature: &Signature,
) -> TokenCreationExpand description
Process a Pumpfun bonding curve creation instruction and create a TokenCreation. Extracts token creation information from the bonding curve create instruction data, including name, symbol, URI, and metadata fields.