Dash Core  0.12.2.1
P2P Digital Currency
CDNSSeedData Struct Reference

#include <chainparams.h>

Public Member Functions

 CDNSSeedData (const std::string &strName, const std::string &strHost)
 

Public Attributes

std::string name
 
std::string host
 

Detailed Description

Definition at line 16 of file chainparams.h.

Constructor & Destructor Documentation

◆ CDNSSeedData()

CDNSSeedData::CDNSSeedData ( const std::string &  strName,
const std::string &  strHost 
)
inline

Definition at line 18 of file chainparams.h.

Member Data Documentation

◆ host

std::string CDNSSeedData::host

Definition at line 17 of file chainparams.h.

Referenced by CConnman::ThreadDNSAddressSeed().

◆ name

std::string CDNSSeedData::name

Definition at line 17 of file chainparams.h.

Referenced by CConnman::ThreadDNSAddressSeed().


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