Skip to main content

Crate quasar_svm

Crate quasar_svm 

Source

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
AccountDiff
AccountMeta
Describes a single account read or written by a program during instruction execution.
Clock
A representation of network time.
ExecutedInstruction
ExecutionResult
ExecutionTrace
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.
QuasarSvm
QuasarSvmConfig
Configuration for loading bundled SPL programs.
Rent
Configuration of network rent.
Sysvars

Enums§

ExecutionStatus
InstructionError
Reasons the runtime might have rejected an instruction.
ProgramError
Errors returned by program execution in QuasarSVM.

Constants§

SPL_ASSOCIATED_TOKEN_PROGRAM_ID
SPL_TOKEN_2022_PROGRAM_ID
SPL_TOKEN_PROGRAM_ID