rippled
Loading...
Searching...
No Matches
JSONRPCUtil.h
1#ifndef XRPL_SERVER_JSONRPCUTIL_H_INCLUDED
2#define XRPL_SERVER_JSONRPCUTIL_H_INCLUDED
3
4#include <xrpl/beast/utility/Journal.h>
5#include <xrpl/json/Output.h>
6#include <xrpl/json/json_value.h>
7
8namespace ripple {
9
10void
12 int nStatus,
13 std::string const& strMsg,
14 Json::Output const&,
16
17} // namespace ripple
18
19#endif
A generic endpoint for log messages.
Definition Journal.h:41
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
void HTTPReply(int nStatus, std::string const &strMsg, Json::Output const &, beast::Journal j)