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

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