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