cdk-mint-rpc 0.16.0

CDK mintd mint management RPC client and server
Documentation
1
2
3
4
5
6
7
8
9
//! CDK mint proto types

tonic::include_proto!("cdk_mint_management_v1");

mod server;

/// Protocol version for gRPC Mint RPC communication
pub use cdk_common::MINT_RPC_PROTOCOL_VERSION as PROTOCOL_VERSION;
pub use server::MintRPCServer;