5 #ifndef PIVX_QT_WALLETMODELTRANSACTION_H
6 #define PIVX_QT_WALLETMODELTRANSACTION_H
int64_t CAmount
Amount in PIV (Can be negative)
A key allocated from the key pool.
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.
Data model for a walletmodel transaction.
CTransactionRef walletTransaction
~WalletModelTransaction()
unsigned int subtractFeeFromRecipents() const
void setTransactionFee(const CAmount &newFee)
CAmount getTotalTransactionAmount()
const QList< SendCoinsRecipient > recipients
QList< SendCoinsRecipient > getRecipients()
CReserveKey * getPossibleKeyChange()
CReserveKey * newPossibleKeyChange(CWallet *wallet)
unsigned int getTransactionSize()
CTransactionRef & getTransaction()
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
CAmount getTransactionFee()
bool fIsStakeDelegationVoided
std::shared_ptr< const CTransaction > CTransactionRef