Electroneum
Deprecated List
Member Electroneum::WalletManager::createWalletFromKeys (const std::string &path, const std::string &language, NetworkType nettype, uint64_t restoreHeight, const std::string &addressString, const std::string &viewKeyString, const std::string &spendKeyString="")=0
this method creates a wallet WITHOUT a passphrase, use createWalletFromKeys(..., password, ...) instead
Member Electroneum::WalletManager::recoveryWallet (const std::string &path, const std::string &mnemonic, NetworkType nettype, uint64_t restoreHeight=0)=0
this method creates a wallet WITHOUT a passphrase, use the alternate recoverWallet() method