diff options
| author | stoffu <stoffu@protonmail.ch> | 2017-09-12 17:42:00 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2017-11-20 14:34:48 +0900 |
| commit | d79fe0f457abb80fb8ece4d4256624ab774ea48a (patch) | |
| tree | 3d8a9d5836a5bae8ea621d6feb9ff1b4e9f1c140 /src/libwalletqt/Wallet.h | |
| parent | da020fd0be91fcc32dad8d06d805d701752b34ae (diff) | |
| download | monzero-gui-d79fe0f457abb80fb8ece4d4256624ab774ea48a.tar.gz monzero-gui-d79fe0f457abb80fb8ece4d4256624ab774ea48a.tar.xz monzero-gui-d79fe0f457abb80fb8ece4d4256624ab774ea48a.zip | |
Tx proof
Diffstat (limited to 'src/libwalletqt/Wallet.h')
| -rw-r--r-- | src/libwalletqt/Wallet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index adc7d338..c653b8df 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -232,6 +232,9 @@ public: Q_INVOKABLE bool setUserNote(const QString &txid, const QString ¬e); Q_INVOKABLE QString getUserNote(const QString &txid) const; Q_INVOKABLE QString getTxKey(const QString &txid) const; + Q_INVOKABLE QString checkTxKey(const QString &txid, const QString &tx_key, const QString &address); + Q_INVOKABLE QString getTxProof(const QString &txid, const QString &address, const QString &message) const; + Q_INVOKABLE QString checkTxProof(const QString &txid, const QString &address, const QString &message, const QString &signature); // Rescan spent outputs Q_INVOKABLE bool rescanSpent(); |
