5 #ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H 6 #define BITCOIN_QT_WALLETMODELTRANSACTION_H 19 class PendingWalletTx;
30 std::unique_ptr<interfaces::PendingWalletTx>&
getWtx();
42 std::unique_ptr<interfaces::PendingWalletTx>
wtx;
46 #endif // BITCOIN_QT_WALLETMODELTRANSACTION_H
std::unique_ptr< interfaces::PendingWalletTx > & getWtx()
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)
std::unique_ptr< interfaces::PendingWalletTx > wtx
Data model for a walletmodel transaction.
CAmount getTotalTransactionAmount() const
unsigned int getTransactionSize()
QList< SendCoinsRecipient > recipients