mod.rs 110 B

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