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 claim_forester;
pub mod compress_and_close_forester;
pub mod register_forester;

pub use claim_forester::claim_forester;
pub use compress_and_close_forester::compress_and_close_forester;
pub use register_forester::register_forester_for_compress_and_close;