Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
walletmodeltransaction.h
Go to the documentation of this file.
CWalletTx * getTransaction() const
Definition: walletmodeltransaction.cpp:27
std::unique_ptr< CReserveKey > keyChange
Definition: walletmodeltransaction.h:45
CAmount getTransactionFee() const
Definition: walletmodeltransaction.cpp:37
QList< SendCoinsRecipient > getRecipients() const
Definition: walletmodeltransaction.cpp:22
void newPossibleKeyChange(CWallet *wallet)
Definition: walletmodeltransaction.cpp:96
void setTransactionFee(const CAmount &newFee)
Definition: walletmodeltransaction.cpp:42
WalletModelTransaction(const QList< SendCoinsRecipient > &recipients)
Definition: walletmodeltransaction.cpp:9
Definition: walletmodel.h:39
CWalletTx * walletTransaction
Definition: walletmodeltransaction.h:44
~WalletModelTransaction()
Definition: walletmodeltransaction.cpp:17
A transaction with a bunch of additional info that only the owner cares about.
Definition: wallet.h:280
CReserveKey * getPossibleKeyChange()
Definition: walletmodeltransaction.cpp:101
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
Definition: wallet.h:715
Data model for a walletmodel transaction.
Definition: walletmodeltransaction.h:21
CAmount getTotalTransactionAmount() const
Definition: walletmodeltransaction.cpp:86
unsigned int getTransactionSize()
Definition: walletmodeltransaction.cpp:32
void reassignAmounts()
Definition: walletmodeltransaction.cpp:47
QList< SendCoinsRecipient > recipients
Definition: walletmodeltransaction.h:43