BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
resolve.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <fc/network/ip.hpp>
3 
4 namespace fc
5 {
6  std::vector<fc::ip::endpoint> resolve( const std::string& host, uint16_t port );
7 }
ip.hpp
fc
Definition: api.hpp:15
fc::resolve
std::vector< fc::ip::endpoint > resolve(const std::string &host, uint16_t port)
Definition: resolve.cpp:7