diff options
author | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-01-08 22:53:24 +0000 |
---|---|---|
committer | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-01-08 22:53:24 +0000 |
commit | 60fe1b61e04db33c9a5147f950a860a08f9ffe38 (patch) | |
tree | 9f3eafa880ef24774149245b920c4d15652ba08b /src/wallet/api/wallet.h | |
parent | Merge pull request #1487 (diff) | |
download | monero-60fe1b61e04db33c9a5147f950a860a08f9ffe38.tar.xz |
Add parse_uri to wallet2_api
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index d245a78d0..6c0b8ef23 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -109,6 +109,7 @@ public: virtual bool verifySignedMessage(const std::string &message, const std::string &address, const std::string &signature) const; virtual void startRefresh(); virtual void pauseRefresh(); + virtual bool parse_uri(const std::string &uri, std::string &address, std::string &payment_id, uint64_t &amount, std::string &tx_description, std::string &recipient_name, std::vector<std::string> &unknown_parameters, std::string &error); private: void clearStatus(); |