# Functions
CreateConsensusCmd adds the consensus cli subcommands for the minting plugin.
CreateExploreCmd adds the explorer clisubcommands for the minting plugin.
CreateWalletCmds adds the wallet cli subcommands for the minting plugin.
NewPluginConsensusClient creates a new PluginClient, that can be used for easy interaction with the TransactionDB API exposed via the Consensus endpoints.
NewPluginExplorerClient creates a new PluginClient, that can be used for easy interaction with the TransactionDB API exposed via the Explorer endpoints.
# Structs
PluginClient is used to be able to get the active mint condition, and the active mint condition at a given block height, such that the CLI can correctly validate a mint condition, without requiring access to the consensus-extended transactiondb, normally the validation isn't required on the client side, but it is possible none the less.
WalletCmdsOpts defines chain-specific options for the wallet commands.