PIVX Core  5.6.99
P2P Digital Currency
Public Types | Public Member Functions | Public Attributes | List of all members
AddressBook::CAddressBookData Class Reference

Address book data. More...

#include <addressbook.h>

Public Types

typedef std::map< std::string, std::string > StringMap
 

Public Member Functions

 CAddressBookData ()
 
bool isSendColdStakingPurpose () const
 
bool isSendPurpose () const
 
bool isReceivePurpose () const
 
bool isShieldedReceivePurpose () const
 
bool isShielded () const
 

Public Attributes

std::string name
 
std::string purpose
 
StringMap destdata
 

Detailed Description

Address book data.

Definition at line 31 of file addressbook.h.

Member Typedef Documentation

◆ StringMap

typedef std::map<std::string, std::string> AddressBook::CAddressBookData::StringMap

Definition at line 41 of file addressbook.h.

Constructor & Destructor Documentation

◆ CAddressBookData()

AddressBook::CAddressBookData::CAddressBookData ( )
inline

Definition at line 37 of file addressbook.h.

Member Function Documentation

◆ isReceivePurpose()

bool AddressBook::CAddressBookData::isReceivePurpose ( ) const

Definition at line 44 of file addressbook.cpp.

◆ isSendColdStakingPurpose()

bool AddressBook::CAddressBookData::isSendColdStakingPurpose ( ) const

Definition at line 36 of file addressbook.cpp.

◆ isSendPurpose()

bool AddressBook::CAddressBookData::isSendPurpose ( ) const

Definition at line 40 of file addressbook.cpp.

◆ isShielded()

bool AddressBook::CAddressBookData::isShielded ( ) const

Definition at line 52 of file addressbook.cpp.

Here is the call graph for this function:

◆ isShieldedReceivePurpose()

bool AddressBook::CAddressBookData::isShieldedReceivePurpose ( ) const

Definition at line 48 of file addressbook.cpp.

Member Data Documentation

◆ destdata

StringMap AddressBook::CAddressBookData::destdata

Definition at line 42 of file addressbook.h.

◆ name

std::string AddressBook::CAddressBookData::name

Definition at line 34 of file addressbook.h.

◆ purpose

std::string AddressBook::CAddressBookData::purpose

Definition at line 35 of file addressbook.h.


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