6 #ifndef IROHA_CLIENT_FACTORY_HPP 7 #define IROHA_CLIENT_FACTORY_HPP 22 template <
typename Service>
27 virtual iroha::expected::
28 Result<std::unique_ptr<typename Service::StubInterface>, std::string>
Definition: block_query.hpp:15
Definition: command_executor.hpp:12
Definition: client_factory.hpp:23
auto createClient(const grpc::string &address)
Definition: grpc_channel_builder.hpp:85