utility-workspaces 0.12.4

Library for automating workflows and testing Utility smart contracts.
Documentation
1
2
3
4
5
6
7
pub(crate) mod client;
pub(crate) mod tool;

pub mod patch;
pub mod query;

pub type BoxFuture<'a, T> = std::pin::Pin<Box<dyn std::future::Future<Output = T> + Send + 'a>>;