Documentation ¶
Index ¶
Constants ¶
View Source
const MinPassLength = 10
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "keys",
Short: "Key manager for tendermint clients",
Long: `Keys allows you to manage your local keystore for tendermint.
These keys may be in any format supported by go-crypto and can be
used by light-clients, full nodes, or any other application that
needs to sign with a private key.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
func GetKeyManager ¶
GetKeyManager initializes a key manager based on the configuration
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.