xrpld
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 [[nodiscard]] bool
18 isOk() const
19 {
20 return isOk_;
21 }
22
23private:
25
26 bool isOk_{false};
27};
28
29} // namespace RPC
30} // namespace xrpl
static std::atomic< int > inProgress
LegacyPathFind(bool isAdmin, Application &app)
API version numbers used in later API versions.
Definition ApiVersion.h:35
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:81