Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
WalletModelTransaction Class Reference

Data model for a walletmodel transaction. More...

#include <walletmodeltransaction.h>

Collaboration diagram for WalletModelTransaction:
[legend]

Public Member Functions

 WalletModelTransaction (const QList< SendCoinsRecipient > &recipients)
 
 ~WalletModelTransaction ()
 
QList< SendCoinsRecipientgetRecipients ()
 
CWalletTxgetTransaction ()
 
unsigned int getTransactionSize ()
 
void setTransactionFee (const CAmount &newFee)
 
CAmount getTransactionFee ()
 
CAmount getTotalTransactionAmount ()
 
void newPossibleKeyChange (CWallet *wallet)
 
CReserveKeygetPossibleKeyChange ()
 
void reassignAmounts (int nChangePosRet)
 

Private Attributes

QList< SendCoinsRecipientrecipients
 
CWalletTxwalletTransaction
 
CReserveKeykeyChange
 
CAmount fee
 

Detailed Description

Data model for a walletmodel transaction.

Definition at line 19 of file walletmodeltransaction.h.

Constructor & Destructor Documentation

WalletModelTransaction::WalletModelTransaction ( const QList< SendCoinsRecipient > &  recipients)
explicit

Definition at line 10 of file walletmodeltransaction.cpp.

WalletModelTransaction::~WalletModelTransaction ( )

Definition at line 19 of file walletmodeltransaction.cpp.

Member Function Documentation

CReserveKey * WalletModelTransaction::getPossibleKeyChange ( )

Definition at line 97 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

QList< SendCoinsRecipient > WalletModelTransaction::getRecipients ( )

Definition at line 25 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

CAmount WalletModelTransaction::getTotalTransactionAmount ( )

Definition at line 82 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

CWalletTx * WalletModelTransaction::getTransaction ( )

Definition at line 30 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

CAmount WalletModelTransaction::getTransactionFee ( )

Definition at line 40 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

unsigned int WalletModelTransaction::getTransactionSize ( )

Definition at line 35 of file walletmodeltransaction.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WalletModelTransaction::newPossibleKeyChange ( CWallet wallet)

Definition at line 92 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

void WalletModelTransaction::reassignAmounts ( int  nChangePosRet)

Definition at line 50 of file walletmodeltransaction.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WalletModelTransaction::setTransactionFee ( const CAmount newFee)

Definition at line 45 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

Member Data Documentation

CAmount WalletModelTransaction::fee
private

Definition at line 44 of file walletmodeltransaction.h.

CReserveKey* WalletModelTransaction::keyChange
private

Definition at line 43 of file walletmodeltransaction.h.

QList<SendCoinsRecipient> WalletModelTransaction::recipients
private

Definition at line 41 of file walletmodeltransaction.h.

CWalletTx* WalletModelTransaction::walletTransaction
private

Definition at line 42 of file walletmodeltransaction.h.


The documentation for this class was generated from the following files: