Module solana_program::entrypoint_deprecated
source · Expand description
The Rust-based BPF program entry point supported by the original BPF loader.
The original BPF loader is deprecated and exists for backwards-compatibility reasons. This module should not be used by new programs.
For more information see the bpf_loader_deprecated
module.
Constants
- Programs indicate success with a return value of 0
Functions
- Deserialize the input arguments
Type Definitions
- User implemented function to process an instruction