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