Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AccountID string
View Source
var AccountsCmd = &cobra.Command{ Use: "accounts", Short: "Manage signing identities & accounts", Long: `Various APIs are exposed to provide convenient access to elliptic-curve cryptography (ECC) helper methods such as generating managed (custodial) keypairs. For convenience, it is also possible to generate keypairs with this utility which you (or your application) is then responsible for securing. You should securely store any keys generated using this API. If you are looking for hierarchical deterministic support, check out the wallets API.`, 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 CreateAccount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.