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