cmd

package
v0.0.0-...-168a7d3 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AKeyStoreServicesError         = errors.New("aya keystore services expected")
	AKeyStoreServicesNotFoundError = errors.New("not found account address")
)
View Source
var KeystoreCMDS = &cmds.Command{

	Helptext: cmds.HelpText{
		Tagline: "AyaChain keystore commands.",
	},
	Subcommands: map[string]*cmds.Command{
		"list":   listCmd,
		"new":    newAccountCmd,
		"delete": deleteAccountCmd,
		"unlock": unLockCmd,
		"update": updateCmd,
		"sign":   signCmd,
		"lock":   lockCmd,
		"import": importCmd,
		"export": exportCmd,
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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