# Functions
CreateConsensusAuthCoinInfoCmd creates and attached the multi-use auth-coin-info fetch command to the root consensus cmd.
CreateExploreAuthCoinInfoCmd creates and attached the multi-use auth-coin-info fetch command to the root explore cmd.
CreateWalletCmds creates the auth coin wallet root command as well as its transaction creation sub commands.
NewPluginConsensusClient creates a new PluginClient, that can be used for easy interaction with the API exposed via the Consensus endpoints.
NewPluginExplorerClient creates a new PluginClient, that can be used for easy interaction with the API exposed via the Explorer endpoints.
# Structs
PluginClient is used to be able to get auth information from a daemon that has the authcointx extension enabled and running.
WalletCmdsOpts defines chain-specific options for the wallet commands.