This namespace contains all the RPC logic and handlers.
Definition AMMHelpers.cpp:37
Registry of RPC commands supported by Clio.
Definition RPCCenter.hpp:32
static bool isForwarded(std::string_view s)
Checks if a string is a RPC command that will be forwarded to rippled.
Definition RPCCenter.cpp:107
static bool isRpcName(std::string_view s)
Checks if a string is a valid RPC command name.
Definition RPCCenter.cpp:95
static bool isHandled(std::string_view s)
Checks if a string is a RPC command handled by Clio without forwarding to rippled.
Definition RPCCenter.cpp:101