5 #ifndef FABCOIN_QT_WALLETMODELTRANSACTION_H 6 #define FABCOIN_QT_WALLETMODELTRANSACTION_H 47 #endif // FABCOIN_QT_WALLETMODELTRANSACTION_H
void newPossibleKeyChange(CWallet *wallet)
void setTransactionFee(const CAmount &newFee)
int64_t CAmount
Amount in lius (Can be negative)
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
QList< SendCoinsRecipient > getRecipients()
void reassignAmounts(int nChangePosRet)
CWalletTx * walletTransaction
~WalletModelTransaction()
CAmount getTransactionFee()
A transaction with a bunch of additional info that only the owner cares about.
CReserveKey * getPossibleKeyChange()
A key allocated from the key pool.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
Data model for a walletmodel transaction.
CAmount getTotalTransactionAmount()
CWalletTx * getTransaction()
unsigned int getTransactionSize()
QList< SendCoinsRecipient > recipients