5 #ifndef BITCOIN_QT_TRANSACTIONRECORD_H 6 #define BITCOIN_QT_TRANSACTIONRECORD_H 153 #endif // BITCOIN_QT_TRANSACTIONRECORD_H void updateStatus(const CWalletTx &wtx)
Normal (sent/received) transactions.
static bool showTransaction(const CWalletTx &wtx)
std::string sortKey
Sorting key based on status.
bool statusUpdateNeeded()
bool involvesWatchAddress
TransactionRecord(uint256 hash, qint64 time)
static QList< TransactionRecord > decomposeTransaction(const CWallet *wallet, const CWalletTx &wtx)
static const int RecommendedNumConfirmations
TransactionRecord(uint256 hash, qint64 time, Type type, const std::string &address, const CAmount &debit, const CAmount &credit)
Generated (mined) transactions.
static QString formatSubTxId(const uint256 &hash, int vout)
bool countsForBalance
Transaction counts towards available balance.