mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
15 lines
245 B
C++
15 lines
245 B
C++
#pragma once
|
|
|
|
#include <xrpl/json/json_value.h>
|
|
#include <xrpl/protocol/ErrorCodes.h>
|
|
|
|
namespace xrpl {
|
|
|
|
// VFALCO NOTE these are deprecated
|
|
bool
|
|
isRpcError(Json::Value jvResult);
|
|
Json::Value
|
|
rpcError(error_code_i iError);
|
|
|
|
} // namespace xrpl
|