chia-sdk-test 0.36.0

A wallet simulator and related tooling for testing Chia wallet code.
Documentation
1
2
3
4
5
use std::sync::{Arc, Mutex};

use crate::FullNodeSimulator;

pub type SharedSimulator = Arc<Mutex<FullNodeSimulator>>;