Bitcoin Core 28.99.0
P2P Digital Currency
|
Data model for a walletmodel transaction. More...
#include <walletmodeltransaction.h>
Public Member Functions | |
WalletModelTransaction (const QList< SendCoinsRecipient > &recipients) | |
QList< SendCoinsRecipient > | getRecipients () const |
CTransactionRef & | getWtx () |
void | setWtx (const CTransactionRef &) |
unsigned int | getTransactionSize () |
void | setTransactionFee (const CAmount &newFee) |
CAmount | getTransactionFee () const |
CAmount | getTotalTransactionAmount () const |
void | reassignAmounts (int nChangePosRet) |
Private Attributes | |
QList< SendCoinsRecipient > | recipients |
CTransactionRef | wtx |
CAmount | fee {0} |
Data model for a walletmodel transaction.
Definition at line 22 of file walletmodeltransaction.h.
|
explicit |
Definition at line 9 of file walletmodeltransaction.cpp.
QList< SendCoinsRecipient > WalletModelTransaction::getRecipients | ( | ) | const |
Definition at line 14 of file walletmodeltransaction.cpp.
CAmount WalletModelTransaction::getTotalTransactionAmount | ( | ) | const |
Definition at line 60 of file walletmodeltransaction.cpp.
CAmount WalletModelTransaction::getTransactionFee | ( | ) | const |
Definition at line 34 of file walletmodeltransaction.cpp.
unsigned int WalletModelTransaction::getTransactionSize | ( | ) |
CTransactionRef & WalletModelTransaction::getWtx | ( | ) |
Definition at line 19 of file walletmodeltransaction.cpp.
void WalletModelTransaction::reassignAmounts | ( | int | nChangePosRet | ) |
Definition at line 44 of file walletmodeltransaction.cpp.
void WalletModelTransaction::setTransactionFee | ( | const CAmount & | newFee | ) |
Definition at line 39 of file walletmodeltransaction.cpp.
void WalletModelTransaction::setWtx | ( | const CTransactionRef & | newTx | ) |
Definition at line 24 of file walletmodeltransaction.cpp.
|
private |
Definition at line 44 of file walletmodeltransaction.h.
|
private |
Definition at line 42 of file walletmodeltransaction.h.
|
private |
Definition at line 43 of file walletmodeltransaction.h.