Export functionality for transaction list

This commit is contained in:
Wladimir J. van der Laan
2011-07-07 14:27:16 +02:00
parent d52a0f3bca
commit fbaee7a853
13 changed files with 230 additions and 13 deletions

View 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);