cdk-mint-rpc 0.14.3

CDK mintd mint management RPC client and server
Documentation
1
2
3
4
5
6
//! Module containing command-line interface functionality for the mint RPC client
//!
//! This module provides the CLI interface for interacting with the mint server via RPC

/// Subcommands for cli
pub mod subcommands;