Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
resolve.hpp
Go to the documentation of this file.
1#pragma once
2#include <fc/vector.hpp>
3#include <fc/network/ip.hpp>
4
5namespace fc
6{
7 std::vector<boost::asio::ip::udp::endpoint> resolve(boost::asio::io_service& io_service,
8 const std::string& host, uint16_t port);
9}
namespace sysio::chain
Definition authority.cpp:3
std::vector< boost::asio::ip::udp::endpoint > resolve(boost::asio::io_service &io_service, const std::string &host, uint16_t port)
Definition resolve.cpp:6
unsigned short uint16_t
Definition stdint.h:125