get
The get
command finds a key in the keystore, unlocks it and prints it out.
Usage
Arguments
addressOrIndex
- The address of the key or its index on the keystore.
Options
--show-key
- If set, the private key of the key will be printed out. By default, the command will not print out the private key.-h, --help
- Prints out a help message.
Example
Get a key using its keystore index.
Get a key using its address.
Get a key using its push key address.
Last updated