Export functionality for transaction list
[novacoin.git] / src / qt / transactionrecord.h
index c196be2..0050c87 100644 (file)
@@ -103,6 +103,9 @@ public:
     /* Status: can change with block chain update */
     TransactionStatus status;
 
+    /* Return the unique identifier for this transaction (part) */
+    std::string getTxID();
+
     /* Update status from wallet tx.
      */
     void updateStatus(const CWalletTx &wtx);