Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PasswordFlag *cli.StringFlag = &cli.StringFlag{ Name: "password", Aliases: []string{"p"}, Usage: "The password to secure the wallet with (if not already set)", } SavePasswordFlag *cli.StringFlag = &cli.StringFlag{ Name: "save-password", Aliases: []string{"s"}, Usage: "Save the node wallet password to disk, so the wallet can be automatically reloaded upon starting up", } )
Functions ¶
func InitWallet ¶
func PromptExistingPassword ¶
func PromptExistingPassword() string
Prompt for the password to a wallet that already exists
func RegisterCommands ¶
Register commands
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.