Wallet::filename, Wallet::keysFilename, tests for move wallet

This commit is contained in:
Ilya Kitaev
2016-06-10 12:51:09 +03:00
parent a1eddcd693
commit a5374897f8
4 changed files with 58 additions and 0 deletions
+2
View File
@@ -61,6 +61,8 @@ public:
bool setPassword(const std::string &password);
std::string address() const;
bool store(const std::string &path);
std::string filename() const;
std::string keysFilename() const;
bool init(const std::string &daemon_address, uint64_t upper_transaction_size_limit);
bool connectToDaemon();
void setTrustedDaemon(bool arg);