Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ImportKeysDirPromptText for the import keys cli function. ImportKeysDirPromptText = "Enter the directory or filepath where your keystores to import are located" // WalletDirPromptText for the wallet. WalletDirPromptText = "Enter a wallet directory" // SelectAccountsDeletePromptText -- SelectAccountsDeletePromptText = "Select the account(s) you would like to delete" // SelectAccountsBackupPromptText -- SelectAccountsBackupPromptText = "Select the account(s) you wish to backup" // SelectAccountsVoluntaryExitPromptText -- SelectAccountsVoluntaryExitPromptText = "Select the account(s) on which you wish to perform a voluntary exit" // SelectAccountsDisablePromptText -- SelectAccountsDisablePromptText = "Select the account(s) you would like to disable" // SelectAccountsEnablePromptText -- SelectAccountsEnablePromptText = "Select the account(s) you would like to enable" )
Variables ¶
This section is empty.
Functions ¶
func InputDirectory ¶
InputDirectory from the cli.
func InputRemoteKeymanagerConfig ¶
func InputRemoteKeymanagerConfig(cliCtx *cli.Context) (*remote.KeymanagerOpts, error)
InputRemoteKeymanagerConfig via the cli.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.