chia-sdk-test 0.36.0

A wallet simulator and related tooling for testing Chia wallet code.
Documentation
1
2
3
4
5
6
7
8
9
10
mod handlers;
mod push_tx;
mod server;
mod state;
mod types;

#[cfg(test)]
mod tests;

pub use server::FullNodeSimulatorServer;