[][src]Type Definition solana_runtime::process_instruction::ProcessInstruction

type ProcessInstruction = fn(_: &Pubkey, _: &[KeyedAccount<'_>], _: &[u8]) -> Result<(), InstructionError>;