diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-11-05 14:58:49 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-11-06 18:34:42 +0000 |
| commit | 06e94e2fbe7a3b3e259876dd0b1d08ff42e01ab3 (patch) | |
| tree | 3cd325316e2ec5e78bcd45aa938629055f62b66b /src/libwalletqt/WalletManager.h | |
| parent | c9bb2f571895edb6a01ca5528c944d09bc222823 (diff) | |
| download | monzero-gui-06e94e2fbe7a3b3e259876dd0b1d08ff42e01ab3.tar.gz monzero-gui-06e94e2fbe7a3b3e259876dd0b1d08ff42e01ab3.tar.xz monzero-gui-06e94e2fbe7a3b3e259876dd0b1d08ff42e01ab3.zip | |
Add a page for checking payments via the tx key
Diffstat (limited to 'src/libwalletqt/WalletManager.h')
| -rw-r--r-- | src/libwalletqt/WalletManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libwalletqt/WalletManager.h b/src/libwalletqt/WalletManager.h index 51ad0dbf..7f8a583c 100644 --- a/src/libwalletqt/WalletManager.h +++ b/src/libwalletqt/WalletManager.h @@ -93,6 +93,8 @@ public: Q_INVOKABLE bool addressValid(const QString &address, bool testnet) const; Q_INVOKABLE QString paymentIdFromAddress(const QString &address, bool testnet) const; + Q_INVOKABLE QString checkPayment(const QString &address, const QString &txid, const QString &txkey, const QString &daemon_address) const; + // QML missing such functionality, implementing these helpers here Q_INVOKABLE QString urlToLocalPath(const QUrl &url) const; Q_INVOKABLE QUrl localPathToUrl(const QString &path) const; |
