Type Definition solana_program_runtime::native_loader::ProgramEntrypoint
source · [−]pub type ProgramEntrypoint = unsafe extern "C" fn(program_id: &Pubkey, keyed_accounts: &[KeyedAccount<'_>], instruction_data: &[u8]) -> Result<(), InstructionError>;
Expand description
program_id: Program ID of the currently executing program keyed_accounts: Accounts passed as part of the instruction instruction_data: Instruction data