[][src]Type Definition solana_sdk::entrypoint::ProcessInstruction

type ProcessInstruction = fn(program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8]) -> ProgramResult;

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