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
pub mod address_tree;
mod extensions;
pub mod state_tree;
mod test_indexer;

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