PIVX Core  5.6.99
P2P Digital Currency
Public Attributes | List of all members
TotalAmounts Struct Reference

#include <coincontroldialog.h>

Public Attributes

CAmount nPayAmount {0}
 
CAmount nAmount {0}
 
CAmount nPayFee {0}
 
CAmount nAfterFee {0}
 
CAmount nChange {0}
 
unsigned int nQuantity {0}
 
unsigned int nBytes {0}
 
bool fDust {false}
 

Detailed Description

Definition at line 27 of file coincontroldialog.h.

Member Data Documentation

◆ fDust

bool TotalAmounts::fDust {false}

Definition at line 35 of file coincontroldialog.h.

◆ nAfterFee

CAmount TotalAmounts::nAfterFee {0}

Definition at line 31 of file coincontroldialog.h.

◆ nAmount

CAmount TotalAmounts::nAmount {0}

Definition at line 29 of file coincontroldialog.h.

◆ nBytes

unsigned int TotalAmounts::nBytes {0}

Definition at line 34 of file coincontroldialog.h.

◆ nChange

CAmount TotalAmounts::nChange {0}

Definition at line 32 of file coincontroldialog.h.

◆ nPayAmount

CAmount TotalAmounts::nPayAmount {0}

Definition at line 28 of file coincontroldialog.h.

◆ nPayFee

CAmount TotalAmounts::nPayFee {0}

Definition at line 30 of file coincontroldialog.h.

◆ nQuantity

unsigned int TotalAmounts::nQuantity {0}

Definition at line 33 of file coincontroldialog.h.


The documentation for this struct was generated from the following file: