cdk-mint-rpc 0.15.1

CDK mintd mint management RPC client and server
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]

pub mod proto;

pub mod mint_rpc_cli;

pub use proto::*;

/// Type alias for the CdkMintClient that works with any tower service
pub type CdkMintClient<S> = cdk_mint_client::CdkMintClient<S>;