aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authornaughtyfox <mail.for.milo@gmail.com>2018-04-10 19:21:25 +0300
committernaughtyfox <mail.for.milo@gmail.com>2018-04-13 13:15:20 +0300
commit8787fd899b4e1f60d1a987dcfc77cb99ca81798d (patch)
tree172ab5450a9752e49af352a054ea102ebca19e76 /src/wallet/api/wallet.h
parentMerge pull request #3434 (diff)
downloadmonero-8787fd899b4e1f60d1a987dcfc77cb99ca81798d.tar.xz
WalletApi: publicMultisigSignerKey method
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 4929c9673..64c992a5f 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -90,6 +90,7 @@ public:
std::string publicViewKey() const;
std::string secretSpendKey() const;
std::string publicSpendKey() const;
+ std::string publicMultisigSignerKey() const;
std::string path() const;
bool store(const std::string &path);
std::string filename() const;