1 2 3 4 5 6 7
//! CDK mint proto types tonic::include_proto!("cdk_mint_rpc"); mod server; pub use server::MintRPCServer;