xrpld
Loading...
Searching...
No Matches
NetworkIDServiceImpl.cpp
1#include <xrpld/core/NetworkIDServiceImpl.h>
2
3#include <cstdint>
4
5namespace xrpl {
6
10
13{
14 return networkID_;
15}
16
17} // 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