3#include <xrpl/beast/insight/Insight.h>
4#include <xrpl/beast/utility/Journal.h>
5#include <xrpl/core/JobQueue.h>
6#include <xrpl/core/ServiceRegistry.h>
7#include <xrpl/server/NetworkOPs.h>
9#include <boost/asio.hpp>
18std::unique_ptr<NetworkOPs>
23 std::size_t minPeerCount,
28 boost::asio::io_context& ioSvc,
29 beast::Journal journal,
std::shared_ptr< Collector > ptr
A pool of threads to perform work.
beast::AbstractClock< std::chrono::steady_clock > clock_type
Service registry for dependency injection.
Validator keys and manifest as set in configuration file.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::unique_ptr< NetworkOPs > makeNetworkOPs(ServiceRegistry ®istry, NetworkOPs::clock_type &clock, bool standalone, std::size_t minPeerCount, bool startValid, JobQueue &jobQueue, LedgerMaster &ledgerMaster, ValidatorKeys const &validatorKeys, boost::asio::io_context &ioSvc, beast::Journal journal, beast::insight::Collector::ptr const &collector)