Wallet API: added getTxKey()

This commit is contained in:
Jacob Brydolf
2016-11-06 19:04:59 +01:00
parent af2ceb29fa
commit 35da3cb074
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -355,6 +355,7 @@ struct Wallet
* \return the attached note, or empty string if there is none
*/
virtual std::string getUserNote(const std::string &txid) const = 0;
virtual std::string getTxKey(const std::string &txid) const = 0;
};
/**