pub type ProcessInstruction = fn(program_id: &Pubkey, accounts: &[AccountInfo<'_>], instruction_data: &[u8]) -> ProgramResult;
Expand description

User implemented function to process an instruction

program_id: Program ID of the currently executing program accounts: Accounts passed as part of the instruction instruction_data: Instruction data