keys

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2017 License: Apache-2.0 Imports: 13 Imported by: 0

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

func GetKeyManager() keys.Manager

GetKeyManager initializes a key manager based on the configuration

Types

type NewOutput

type NewOutput struct {
	Key  keys.Info `json:"key"`
	Seed string    `json:"seed"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL