light-program-test 0.18.0

A fast local test environment for Solana programs using compressed accounts and tokens.
1
2
3
4
5
6
7
pub mod address_tree;
mod extensions;
pub mod state_tree;
mod test_indexer;

pub use extensions::TestIndexerExtensions;
pub use test_indexer::TestIndexer;