cuprate/test-utils/src/lib.rs
hinto-janai ee22e81c7e
test-utils: add rpc module (#110)
* test-utils: impl `rpc` module

* client: use `spawn_blocking`

* client: add tests

* ignore test for now

* add example and `get_transaction_verification_data()`

* client: calculate proper `generated_coins`

* data: fix `generated_coins/reward` references

* data: fix height
2024-04-21 17:11:23 +01:00

6 lines
106 B
Rust

#![doc = include_str!("../README.md")]
pub mod data;
pub mod monerod;
pub mod rpc;
pub mod test_netzone;