Documentation
¶
Index ¶
Constants ¶
View Source
const (
// EnterPasswordPrompt is a prompt used to ask the user for a password.
EnterPasswordPrompt = "Enter password > "
// EnterNewPasswordPrompt is a prompt used to ask the user for a password on
// account creation.
EnterNewPasswordPrompt = "Enter new password > "
// EnterOldPasswordPrompt is a prompt used to ask the user for an old password.
EnterOldPasswordPrompt = "Enter old password > "
// ConfirmPasswordPrompt is a prompt used to confirm the password.
ConfirmPasswordPrompt = "Confirm password > "
)
Variables ¶
This section is empty.
Functions ¶
func ReadWalletConfig ¶ added in v0.99.1
func ReadWalletConfig(configPath string) (*config.Wallet, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.