aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-08-04 23:31:33 +0200
committerJaquee <jaquee.monero@gmail.com>2017-10-15 17:57:43 +0200
commitfc9229342dfe56655415c190b84cec267d041540 (patch)
tree4afb2ee9adb7895e5b34efd0b60568c39c356618 /src/wallet/api/wallet.h
parentwalletAPI: init() lightwallet and SSL support (diff)
downloadmonero-fc9229342dfe56655415c190b84cec267d041540.tar.xz
walletAPI: add lightwallet login() and importWalletRequest()
Diffstat (limited to '')
-rw-r--r--src/wallet/api/wallet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 30af9550e..ecb218ea0 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -143,6 +143,8 @@ public:
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);
virtual std::string getDefaultDataDir() const;
+ virtual bool lightWalletLogin(bool &isNewWallet) const;
+ virtual bool lightWalletImportWalletRequest(std::string &payment_id, uint64_t &fee, bool &new_request, bool &request_fulfilled, std::string &payment_address, std::string &status);
private:
void clearStatus() const;