 |
Bitcoin Core
21.99.0
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
6 #define BITCOIN_QT_WALLETMODELTRANSACTION_H
45 #endif // BITCOIN_QT_WALLETMODELTRANSACTION_H
QList< SendCoinsRecipient > recipients
unsigned int getTransactionSize()
std::shared_ptr< const CTransaction > CTransactionRef
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
void setTransactionFee(const CAmount &newFee)
CAmount getTransactionFee() const
int64_t CAmount
Amount in satoshis (Can be negative)
QList< SendCoinsRecipient > getRecipients() const
CAmount getTotalTransactionAmount() const
CTransactionRef & getWtx()
Data model for a walletmodel transaction.
void reassignAmounts(int nChangePosRet)