lib.rs 232 B

12345678910
  1. #![doc = include_str!("../README.md")]
  2. pub mod proto;
  3. pub mod mint_rpc_cli;
  4. pub use proto::*;
  5. /// Type alias for the CdkMintClient that works with any tower service
  6. pub type CdkMintClient<S> = cdk_mint_client::CdkMintClient<S>;