Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

Address book data. More...

#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 155 of file wallet.h.

Member Typedef Documentation

◆ StringMap

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

Definition at line 163 of file wallet.h.

Constructor & Destructor Documentation

◆ CAddressBookData()

CAddressBookData::CAddressBookData ( )
inline

Definition at line 161 of file wallet.h.

Member Data Documentation

◆ destdata

StringMap CAddressBookData::destdata

Definition at line 164 of file wallet.h.

◆ name

std::string CAddressBookData::name

Definition at line 158 of file wallet.h.

◆ purpose

std::string CAddressBookData::purpose

Definition at line 159 of file wallet.h.


The documentation for this class was generated from the following file:
Released under the MIT license