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#include <xrpl/json/json_value.h>
6
7namespace xrpl {
8
9void
10httpReply(int nStatus, std::string const& strMsg, json::Output const&, beast::Journal j);
11
12} // 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)