[−][src]Module solana_sdk::entrypoint_native
@brief Solana Native program entry point
Traits
InvokeContext | Cross-program invocation context passed to loaders |
Type Definitions
LoaderEntrypoint | program_id: Program ID of the currently executing program keyed_accounts: Accounts passed as part of the instruction instruction_data: Instruction data invoke_context: Invocation context |
ProgramEntrypoint | program_id: Program ID of the currently executing program keyed_accounts: Accounts passed as part of the instruction instruction_data: Instruction data |