PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CDNSSeedData Struct Reference

#include <chainparams.h>

Public Member Functions

 CDNSSeedData (const std::string &strName, const std::string &strHost, bool supportsServiceBitsFilteringIn=false)
 

Public Attributes

std::string name
 
std::string host
 
bool supportsServiceBitsFiltering
 

Detailed Description

Definition at line 23 of file chainparams.h.

Constructor & Destructor Documentation

◆ CDNSSeedData()

CDNSSeedData::CDNSSeedData ( const std::string &  strName,
const std::string &  strHost,
bool  supportsServiceBitsFilteringIn = false 
)
inline

Definition at line 26 of file chainparams.h.

Member Data Documentation

◆ host

std::string CDNSSeedData::host

Definition at line 24 of file chainparams.h.

◆ name

std::string CDNSSeedData::name

Definition at line 24 of file chainparams.h.

◆ supportsServiceBitsFiltering

bool CDNSSeedData::supportsServiceBitsFiltering

Definition at line 25 of file chainparams.h.


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