rippled
Loading...
Searching...
No Matches
NetworkIDServiceImpl.cpp
1#include <xrpld/core/Config.h>
2#include <xrpld/core/NetworkIDServiceImpl.h>
3
4namespace xrpl {
5
7{
8}
9
12{
13 return networkID_;
14}
15
16} // namespace xrpl
std::uint32_t getNetworkID() const noexcept override
Get the configured network ID.
NetworkIDServiceImpl(std::uint32_t networkID)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5