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