5 #ifndef WALLETMODELTRANSACTION_H
6 #define WALLETMODELTRANSACTION_H
44 #endif // WALLETMODELTRANSACTION_H
qint64 getTransactionFee()
void newPossibleKeyChange(CWallet *wallet)
void setTransactionFee(qint64 newFee)
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
QList< SendCoinsRecipient > getRecipients()
qint64 getTotalTransactionAmount()
CWalletTx * walletTransaction
~WalletModelTransaction()
A transaction with a bunch of additional info that only the owner cares about.
CReserveKey * getPossibleKeyChange()
A key allocated from the key pool.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
Data model for a walletmodel transaction.
const QList< SendCoinsRecipient > recipients
CWalletTx * getTransaction()