query backing device
This commit is contained in:
@@ -76,6 +76,7 @@ public:
|
||||
virtual bool closeWallet(Wallet *wallet, bool store = true) override;
|
||||
bool walletExists(const std::string &path) override;
|
||||
bool verifyWalletPassword(const std::string &keys_file_name, const std::string &password, bool no_spend_key, uint64_t kdf_rounds = 1) const override;
|
||||
bool queryWalletDevice(Wallet::Device& device_type, const std::string &keys_file_name, const std::string &password, uint64_t kdf_rounds = 1) const;
|
||||
std::vector<std::string> findWallets(const std::string &path) override;
|
||||
std::string errorString() const override;
|
||||
void setDaemonAddress(const std::string &address) override;
|
||||
|
||||
Reference in New Issue
Block a user