TARAXA
taraxa::ConnectionConfig Struct Reference

#include <network.hpp>

Public Member Functions

void validate () const
 

Public Attributes

std::optional< uint16_t > http_port
 
std::optional< uint16_t > ws_port
 
boost::asio::ip::address address
 
uint16_t threads_num {5}
 

Member Function Documentation

◆ validate()

void taraxa::ConnectionConfig::validate ( ) const

Member Data Documentation

◆ address

boost::asio::ip::address taraxa::ConnectionConfig::address

◆ http_port

std::optional<uint16_t> taraxa::ConnectionConfig::http_port

◆ threads_num

uint16_t taraxa::ConnectionConfig::threads_num {5}

◆ ws_port

std::optional<uint16_t> taraxa::ConnectionConfig::ws_port

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