5 #ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H 6 #define BITCOIN_QT_WALLETMODELTRANSACTION_H 47 #endif // BITCOIN_QT_WALLETMODELTRANSACTION_H
CAmount getTotalTransactionAmount()
void newPossibleKeyChange(CWallet *wallet)
void reassignAmounts(int nChangePosRet)
QList< SendCoinsRecipient > getRecipients()
unsigned int getTransactionSize()
QList< SendCoinsRecipient > recipients
CAmount getTransactionFee()
~WalletModelTransaction()
void setTransactionFee(const CAmount &newFee)
CWalletTx * getTransaction()
CWalletTx * walletTransaction
CReserveKey * getPossibleKeyChange()
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)