[][src]Module solana_sdk::entrypoint_native

@brief Solana Native program entry point

Structs

ComputeBudget

Traits

ComputeMeter

Compute meter

InvokeContext

Invocation context passed to loaders

Logger

Log messages

Type Definitions

ErasedProcessInstruction
ErasedProcessInstructionWithContext
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

ProcessInstruction
ProcessInstructionWithContext
ProgramEntrypoint

program_id: Program ID of the currently executing program keyed_accounts: Accounts passed as part of the instruction instruction_data: Instruction data