Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthCommand = cli.CreateCommand("auth", "Set the password for the session", authExecutor, nil)
AuthCommand executes the auth command, allowing the user to set a password for the current session for encryption and decryption of the wallet file
syntax: auth ${OPTIONAL_PASS}
View Source
var DeleteCommand = cli.CreateCommand("delete", "Deletes a key from the local wallet", deleteExecutor, deleteCompleter)
DeleteCommand executes the delete command, allowing the user to remove keys from their personal wallet
syntax: delete ${PUBLIC_KEY}
View Source
var NewCommand = cli.CreateCommand("new", "Creates a new local wallet", newCommand, nil)
NewCommand executes the new command, allowing the user to generate new keypairs for use in the system
syntax: new ${OPTIONAL MULTI-WORD SEED}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.