36 bool execute(
int argc,
char** argv);
static void streamWalletHelp(std::ostream &_out)
stream wallet help section
Simple class that represents a "key pair".
std::string createPassword(std::string const &_prompt) const
ask end user to create a password.
dev::KeyPair makeKey() const
creates a ramdom secret/address pair. It uses ICAP.
static void streamAccountHelp(std::ostream &_out)
stream account help section
bool execute(int argc, char **argv)
uses argc, argv provided by the CLI and executes implemented options.
Add account management functionnalities to CLI.
std::unique_ptr< dev::eth::KeyManager > m_keyManager
bool openWallet()
instanciate KeyManager and open the wallet.