Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckCmd = &cli.Command{ Name: "check", Usage: "Check the validity of a resource", Subcommands: []*cli.Command{check.PadCmd}, }
View Source
var DecryptCmd = &cli.Command{ Name: "decrypt", Usage: "Decrypt an encrypted BIP-0039 mnemonic", Subcommands: []*cli.Command{decrypt.DecryptPadCmd}, }
View Source
var EncryptCmd = &cli.Command{ Name: "encrypt", Usage: "Encrypt a BIP-0039 mnemonic", Subcommands: []*cli.Command{encrypt.EncryptPadCmd}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.