5#ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
6#define BITCOIN_QT_WALLETMODELTRANSACTION_H
int64_t CAmount
Amount in satoshis (Can be negative).
void setTransactionFee(const CAmount &newFee)
void reassignAmounts(int nChangePosRet)
void setWtx(const CTransactionRef &)
QList< SendCoinsRecipient > getRecipients() const
QList< SendCoinsRecipient > recipients
unsigned int getTransactionSize()
CTransactionRef & getWtx()
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
CAmount getTransactionFee() const
CAmount getTotalTransactionAmount() const
Top-level interface for a bitcoin node (bitcoind process).
std::shared_ptr< const CTransaction > CTransactionRef