Struct solana_program_runtime::native_loader::NativeLoader [−][src]
pub struct NativeLoader { /* fields omitted */ }
Implementations
pub fn process_instruction(
&self,
first_instruction_account: usize,
instruction_data: &[u8],
invoke_context: &mut InvokeContext<'_>
) -> Result<(), InstructionError>
Trait Implementations
Returns the “default value” for a type. Read more