PIVX Core  5.6.99
P2P Digital Currency
Public Types | Public Member Functions | Public Attributes | List of all members
AddressTableEntry Struct Reference

Public Types

enum  Type {
  Sending , Receiving , Zerocoin , Delegator ,
  Delegable , ColdStaking , ColdStakingSend , ShieldedReceive ,
  ShieldedSend , Hidden
}
 

Public Member Functions

 AddressTableEntry ()=delete
 
 AddressTableEntry (Type _type, const QString &_pubcoin)
 
 AddressTableEntry (Type _type, const QString &_label, const QString &_address, const uint _creationTime)
 

Public Attributes

Type type
 
QString label {}
 
QString address {}
 
QString pubcoin {}
 
uint creationTime {0}
 

Detailed Description

Definition at line 34 of file addresstablemodel.cpp.

Member Enumeration Documentation

◆ Type

Enumerator
Sending 
Receiving 
Zerocoin 
Delegator 
Delegable 
ColdStaking 
ColdStakingSend 
ShieldedReceive 
ShieldedSend 
Hidden 

Definition at line 35 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

◆ AddressTableEntry() [1/3]

AddressTableEntry::AddressTableEntry ( )
delete

◆ AddressTableEntry() [2/3]

AddressTableEntry::AddressTableEntry ( Type  _type,
const QString &  _pubcoin 
)
inline

Definition at line 55 of file addresstablemodel.cpp.

◆ AddressTableEntry() [3/3]

AddressTableEntry::AddressTableEntry ( Type  _type,
const QString &  _label,
const QString &  _address,
const uint  _creationTime 
)
inline

Definition at line 56 of file addresstablemodel.cpp.

Member Data Documentation

◆ address

QString AddressTableEntry::address {}

Definition at line 50 of file addresstablemodel.cpp.

◆ creationTime

uint AddressTableEntry::creationTime {0}

Definition at line 52 of file addresstablemodel.cpp.

◆ label

QString AddressTableEntry::label {}

Definition at line 49 of file addresstablemodel.cpp.

◆ pubcoin

QString AddressTableEntry::pubcoin {}

Definition at line 51 of file addresstablemodel.cpp.

◆ type

Type AddressTableEntry::type

Definition at line 48 of file addresstablemodel.cpp.


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