 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
6 #define BITCOIN_QT_WALLETMODELTRANSACTION_H
48 #endif // BITCOIN_QT_WALLETMODELTRANSACTION_H
void newPossibleKeyChange(CWallet *wallet)
A key allocated from the key pool.
unsigned int getTransactionSize()
CAmount getTotalTransactionAmount()
CAmount getTransactionFee()
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
void setTransactionFee(const CAmount &newFee)
int64_t CAmount
Amount in PRCY (Can be negative)
CWalletTx * walletTransaction
CWalletTx * getTransaction()
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances,...
A transaction with a bunch of additional info that only the owner cares about.
const QList< SendCoinsRecipient > recipients
~WalletModelTransaction()
QList< SendCoinsRecipient > getRecipients()
Data model for a walletmodel transaction.
CReserveKey * getPossibleKeyChange()