Re-exports§
pub use solana_sdk_ids;
Modules§
- loader_
keys - system_
program - Convenience alias so users can write
quasar_svm::system_program::ID. - token
Structs§
- Account
- Account
Diff - Account
Meta - Describes a single account read or written by a program during instruction execution.
- Clock
- A representation of network time.
- Executed
Instruction - Execution
Result - Execution
Trace - Execution trace capturing all program invocations during transaction execution. Each instruction shows full instruction data, stack depth, compute units consumed, and execution result. Parsed from program logs for accuracy. Useful for debugging: trace the call stack via stack_depth and see exact failure points.
- HashMap
- A hash map implemented with quadratic probing and SIMD lookup.
- Instruction
- A directive for a single invocation of a Solana program.
- Pubkey
- The address of a Solana account.
- Quasar
Svm - Quasar
SvmConfig - Configuration for loading bundled SPL programs.
- Rent
- Configuration of network rent.
- Sysvars
Enums§
- Execution
Status - Instruction
Error - Reasons the runtime might have rejected an instruction.
- Program
Error - Errors returned by program execution in QuasarSVM.