Expand description
The solana-program-test provides a BanksClient-based test framework SBF programs
Re-exports§
pub use tokio;
Modules§
Macros§
- Converts a
solana-program
-style entrypoint into the runtime’s entrypoint style, for use withProgramTest::add_program
Structs§
- A virtual machine to run eBPF programs.
- Main pipeline from runtime to program execution.
Enums§
- Errors from BanksClient
- Error definitions
- Errors from the program test environment
Traits§
Functions§
- Returns (and if not done before generates) the encryption key for the VM pointer
Type Aliases§
- Index of an account inside of the TransactionContext or an InstructionContext.