Dash Core  0.12.2.1
P2P Digital Currency
CAddressBookData Class Reference

#include <wallet.h>

Public Types

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

Public Member Functions

 CAddressBookData ()
 

Public Attributes

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

Detailed Description

Address book data

Definition at line 158 of file wallet.h.

Member Typedef Documentation

◆ StringMap

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

Definition at line 169 of file wallet.h.

Constructor & Destructor Documentation

◆ CAddressBookData()

CAddressBookData::CAddressBookData ( )
inline

Definition at line 164 of file wallet.h.

Member Data Documentation

◆ destdata

StringMap CAddressBookData::destdata

Definition at line 170 of file wallet.h.

Referenced by WalletModel::loadReceiveRequests().

◆ name

std::string CAddressBookData::name

◆ purpose

std::string CAddressBookData::purpose

Definition at line 162 of file wallet.h.

Referenced by CAddressBookData(), and AddressTablePriv::refreshAddressTable().


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