PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
WalletModel::ListCoinsKey Class Reference

#include <walletmodel.h>

Public Member Functions

bool operator== (const ListCoinsKey &key2) const
 
bool operator< (const ListCoinsKey &key2) const
 

Public Attributes

QString address
 
bool isChange
 
Optional< QString > stakerAddress
 

Detailed Description

Definition at line 308 of file walletmodel.h.

Member Function Documentation

◆ operator<()

bool WalletModel::ListCoinsKey::operator< ( const ListCoinsKey key2) const
inline

Definition at line 318 of file walletmodel.h.

◆ operator==()

bool WalletModel::ListCoinsKey::operator== ( const ListCoinsKey key2) const
inline

Definition at line 314 of file walletmodel.h.

Member Data Documentation

◆ address

QString WalletModel::ListCoinsKey::address

Definition at line 310 of file walletmodel.h.

◆ isChange

bool WalletModel::ListCoinsKey::isChange

Definition at line 311 of file walletmodel.h.

◆ stakerAddress

Optional<QString> WalletModel::ListCoinsKey::stakerAddress

Definition at line 312 of file walletmodel.h.


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