aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet2_api.h
diff options
context:
space:
mode:
authortobtoht <thotbot@protonmail.com>2021-03-12 23:43:58 +0100
committerselsta <selsta@sent.at>2021-04-22 04:32:50 +0200
commit02e9a41cbec220b8a25d3a0b7c48708ad9803fed (patch)
tree229ab65b9b3b9787a07770c1ba2c39b5c0571c3f /src/wallet/api/wallet2_api.h
parentwallet_api: add seed_offset param to seed() (diff)
downloadmonero-02e9a41cbec220b8a25d3a0b7c48708ad9803fed.tar.xz
wallet_api: add isDeterministic()
Diffstat (limited to 'src/wallet/api/wallet2_api.h')
-rw-r--r--src/wallet/api/wallet2_api.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h
index 47a75ad43..b1cebedaf 100644
--- a/src/wallet/api/wallet2_api.h
+++ b/src/wallet/api/wallet2_api.h
@@ -627,6 +627,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
*/