sign/verify message/file

This commit is contained in:
moneromooo.monero
2016-11-08 10:06:34 +00:00
parent 68736ab834
commit 472f559332
7 changed files with 599 additions and 0 deletions

View File

@@ -140,6 +140,12 @@ public:
//! integrated address
Q_INVOKABLE QString integratedAddress(const QString &paymentId) const;
//! signing a message
Q_INVOKABLE QString signMessage(const QString &message, bool filename = false) const;
//! verify a signed message
Q_INVOKABLE bool verifySignedMessage(const QString &message, const QString &address, const QString &signature, bool filename = false) const;
//! saved payment id
QString paymentId() const;