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
void reassignAmounts(int nChangePosRet)
Definition: walletmodeltransaction.cpp:44
unsigned int getTransactionSize()
Definition: walletmodeltransaction.cpp:29
int64_t CAmount
Definition: amount.h:12
QList< SendCoinsRecipient > recipients
Definition: walletmodeltransaction.h:41
CAmount getTransactionFee() const
Definition: walletmodeltransaction.cpp:34
Definition: dummywallet.cpp:11
Definition: walletmodeltransaction.h:23
CAmount getTotalTransactionAmount() const
Definition: walletmodeltransaction.cpp:79
void setTransactionFee(const CAmount &newFee)
Definition: walletmodeltransaction.cpp:39
std::unique_ptr< interfaces::PendingWalletTx > wtx
Definition: walletmodeltransaction.h:42
QList< SendCoinsRecipient > getRecipients() const
Definition: walletmodeltransaction.cpp:19
std::unique_ptr< interfaces::PendingWalletTx > & getWtx()
Definition: walletmodeltransaction.cpp:24
CAmount fee
Definition: walletmodeltransaction.h:43
Definition: walletmodel.h:54
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
Definition: walletmodeltransaction.cpp:13