wallet2_api: add API for tx notes

This commit is contained in:
moneromooo-monero
2016-11-05 20:53:45 +00:00
parent d51f1af75f
commit 97288a5ce2
5 changed files with 46 additions and 0 deletions
+2
View File
@@ -97,6 +97,8 @@ public:
virtual void setListener(WalletListener * l);
virtual uint32_t defaultMixin() const;
virtual void setDefaultMixin(uint32_t arg);
virtual bool setUserNote(const std::string &txid, const std::string &note);
virtual std::string getUserNote(const std::string &txid) const;
private:
void clearStatus();