Bitcoin
|
#include <walletmodeltransaction.h>
Public Member Functions | |
WalletModelTransaction (const QList< SendCoinsRecipient > &recipients) | |
QList< SendCoinsRecipient > | getRecipients () const |
std::unique_ptr< interfaces::PendingWalletTx > & | getWtx () |
unsigned int | getTransactionSize () |
void | setTransactionFee (const CAmount &newFee) |
CAmount | getTransactionFee () const |
CAmount | getTotalTransactionAmount () const |
void | reassignAmounts (int nChangePosRet) |
Private Attributes | |
QList< SendCoinsRecipient > | recipients |
std::unique_ptr< interfaces::PendingWalletTx > | wtx |
CAmount | fee |
Data model for a walletmodel transaction.
|
explicit |
QList< SendCoinsRecipient > WalletModelTransaction::getRecipients | ( | ) | const |
CAmount WalletModelTransaction::getTotalTransactionAmount | ( | ) | const |
CAmount WalletModelTransaction::getTransactionFee | ( | ) | const |
unsigned int WalletModelTransaction::getTransactionSize | ( | ) |
std::unique_ptr< interfaces::PendingWalletTx > & WalletModelTransaction::getWtx | ( | ) |
void WalletModelTransaction::reassignAmounts | ( | int | nChangePosRet | ) |
void WalletModelTransaction::setTransactionFee | ( | const CAmount & | newFee | ) |
|
private |
|
private |
|
private |