transaction details dialog on doubleclick
This commit is contained in:
15
gui/include/transactiondesc.h
Normal file
15
gui/include/transactiondesc.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef TRANSACTIONDESC_H
|
||||
#define TRANSACTIONDESC_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class CWalletTx;
|
||||
|
||||
class TransactionDesc
|
||||
{
|
||||
public:
|
||||
/* Provide human-readable extended HTML description of a transaction */
|
||||
static std::string toHTML(CWalletTx &wtx);
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONDESC_H
|
||||
Reference in New Issue
Block a user