5#ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
6#define BITCOIN_QT_WALLETMODELTRANSACTION_H
Data model for a walletmodel transaction.
void reassignAmounts(int nChangePosRet)
void setTransactionFee(const Amount newFee)
QList< SendCoinsRecipient > getRecipients() const
Amount getTransactionFee() const
QList< SendCoinsRecipient > recipients
unsigned int getTransactionSize()
Amount getTotalTransactionAmount() const
CTransactionRef & getWtx()
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
std::shared_ptr< const CTransaction > CTransactionRef