//! CDK mint proto types
tonic::include_proto!("cdk_mint_management_v1");/// On-chain wallet information service
pubmodwallet{tonic::include_proto!("cdk_mint_wallet_v1");}modserver;/// Protocol version for gRPC Mint RPC communication
pubusecdk_common::MINT_RPC_PROTOCOL_VERSIONasPROTOCOL_VERSION;pubuseserver::MintRPCServer;