wallet_api: add isDeterministic()

This commit is contained in:
tobtoht
2021-03-12 23:43:58 +01:00
parent b8f3e44a3f
commit 7c4e4c7603
3 changed files with 12 additions and 0 deletions
+6
View File
@@ -626,6 +626,12 @@ struct Wallet
*/
virtual bool watchOnly() const = 0;
/**
* @brief isDeterministic - checks if wallet keys are deterministic
* @return - true if deterministic
*/
virtual bool isDeterministic() const = 0;
/**
* @brief blockChainHeight - returns current blockchain height
* @return