Data model for a walletmodel transaction.
More...
#include <walletmodeltransaction.h>
Data model for a walletmodel transaction.
Definition at line 21 of file walletmodeltransaction.h.
◆ WalletModelTransaction()
WalletModelTransaction::WalletModelTransaction |
( |
const QList< SendCoinsRecipient > & |
recipients | ) |
|
|
explicit |
◆ ~WalletModelTransaction()
WalletModelTransaction::~WalletModelTransaction |
( |
| ) |
|
◆ getPossibleKeyChange()
CReserveKey * WalletModelTransaction::getPossibleKeyChange |
( |
| ) |
|
◆ getRecipients()
◆ getTotalTransactionAmount()
CAmount WalletModelTransaction::getTotalTransactionAmount |
( |
| ) |
const |
◆ getTransaction()
CWalletTx * WalletModelTransaction::getTransaction |
( |
| ) |
const |
◆ getTransactionFee()
CAmount WalletModelTransaction::getTransactionFee |
( |
| ) |
const |
◆ getTransactionSize()
unsigned int WalletModelTransaction::getTransactionSize |
( |
| ) |
|
◆ newPossibleKeyChange()
void WalletModelTransaction::newPossibleKeyChange |
( |
CWallet * |
wallet | ) |
|
◆ reassignAmounts()
void WalletModelTransaction::reassignAmounts |
( |
int |
nChangePosRet | ) |
|
◆ setTransactionFee()
void WalletModelTransaction::setTransactionFee |
( |
const CAmount & |
newFee | ) |
|
◆ fee
CAmount WalletModelTransaction::fee |
|
private |
◆ keyChange
◆ recipients
◆ walletTransaction
CWalletTx* WalletModelTransaction::walletTransaction |
|
private |
The documentation for this class was generated from the following files: