1#ifndef XRPL_APP_PEERS_CLUSTERNODESTATUS_H_INCLUDED
2#define XRPL_APP_PEERS_CLUSTERNODESTATUS_H_INCLUDED
4#include <xrpl/basics/chrono.h>
5#include <xrpl/protocol/PublicKey.h>
NetClock::time_point mReportTime
std::string const & name() const
PublicKey const identity_
ClusterNode(PublicKey const &identity, std::string const &name, std::uint32_t fee=0, NetClock::time_point rtime=NetClock::time_point{})
std::uint32_t getLoadFee() const
NetClock::time_point getReportTime() const
PublicKey const & identity() const
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.