rippled
Loading...
Searching...
No Matches
LegacyPathFind.h
1#pragma once
2
3#include <atomic>
4
5namespace xrpl {
6
7class Application;
8
9namespace RPC {
10
12{
13public:
16
17 bool
18 isOk() const
19 {
20 return m_isOk;
21 }
22
23private:
25
26 bool m_isOk;
27};
28
29} // namespace RPC
30} // namespace xrpl
static std::atomic< int > inProgress
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
bool isAdmin(Port const &port, Json::Value const &params, beast::IP::Address const &remoteIp)
Definition Role.cpp:63