Module solana_sdk::process_instruction [−][src]
Modules
| stable_log | Stable program log messages |
Structs
| BpfComputeBudget | |
| MockComputeMeter | |
| MockInvokeContext | |
| MockLogger |
Traits
| ComputeMeter | Compute meter |
| Executor | Program executor |
| InvokeContext | Invocation context passed to loaders |
| Logger | Log messages |
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 |
| ProcessInstructionWithContext |