xrpld
Loading...
Searching...
No Matches
JSONRPCUtil.h
1#pragma once
2
3#include <xrpl/beast/utility/Journal.h>
4#include <xrpl/json/Output.h>
5
6#include <string>
7
8namespace xrpl {
9
10void
11httpReply(int nStatus, std::string const& strMsg, json::Output const&, beast::Journal j);
12
13} // namespace xrpl
std::function< void(boost::beast::string_view const &)> Output
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
void httpReply(int nStatus, std::string const &strMsg, json::Output const &, beast::Journal j)