[][src]Module solana_sdk::entrypoint

@brief Solana Rust-based BPF program entry point supported by the latest BPFLoader. For more information see './bpf_loader.rs'

Constants

MAX_PERMITTED_DATA_INCREASE

Maximum number of bytes a program may add to an account during a single realloc

SUCCESS

Programs indicate success with a return value of 0

Functions

deserialize

Deserialize the input arguments

Type Definitions

ProcessInstruction

User implemented function to process an instruction

ProgramResult