Files
rippled/include/xrpl/protocol/RPCErr.h
Bart 34ef577604 refactor: Replace include guards by '#pragma once' (#6322)
This change replaces all include guards in the `src/` and `include/` directories by `#pragma once`.
2026-02-04 09:50:21 -05:00

14 lines
207 B
C++

#pragma once
#include <xrpl/json/json_value.h>
namespace xrpl {
// VFALCO NOTE these are deprecated
bool
isRpcError(Json::Value jvResult);
Json::Value
rpcError(error_code_i iError);
} // namespace xrpl