diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-05 20:53:45 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-05 21:19:08 +0000 |
commit | 97288a5ce21cedc6d040fe2f7b858e3a1736dc6e (patch) | |
tree | cc68df1e7d39fb253d5a5497361c07e169a6e740 /src/wallet/api/pending_transaction.h | |
parent | Merge pull request #1272 (diff) | |
download | monero-97288a5ce21cedc6d040fe2f7b858e3a1736dc6e.tar.xz |
wallet2_api: add API for tx notes
Diffstat (limited to 'src/wallet/api/pending_transaction.h')
-rw-r--r-- | src/wallet/api/pending_transaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/pending_transaction.h b/src/wallet/api/pending_transaction.h index 8e09bec91..2f06d2f6e 100644 --- a/src/wallet/api/pending_transaction.h +++ b/src/wallet/api/pending_transaction.h @@ -49,6 +49,7 @@ public: uint64_t amount() const; uint64_t dust() const; uint64_t fee() const; + std::vector<std::string> txid() const; // TODO: continue with interface; private: |