light-program-test 0.23.0

A fast local test environment for Solana programs using compressed accounts and tokens.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod config;
#[cfg(feature = "devenv")]
pub mod extensions;
mod light_program_test;
mod rpc;
pub mod test_rpc;

pub use light_program_test::LightProgramTest;
pub mod indexer;
pub use test_rpc::TestRpc;

pub mod compressible_setup;
pub use compressible_setup::*;