[][src]Type Definition solana_sdk::entrypoint_native::ProgramEntrypoint

type ProgramEntrypoint = unsafe extern "C" fn(program_id: &Pubkey, keyed_accounts: &[KeyedAccount], instruction_data: &[u8]) -> Result<(), InstructionError>;

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