Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WalletsCmd = &cobra.Command{ Use: "wallets", Short: "Manage HD wallets and accounts", Long: `Generate hierarchical deterministic (HD) wallets and sign transactions. More documentation forthcoming.`, Run: func(cmd *cobra.Command, args []string) { common.CmdExistsOrExit(cmd, args) generalPrompt(cmd, args, "") defer func() { if r := recover(); r != nil { os.Exit(1) } }() }, }
Functions ¶
func CreateWallet ¶
func CreateWalletRun ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.