mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Begin to bring some sanity to the RPC code.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "json/json_spirit_value.h"
|
||||
#include "json/value.h"
|
||||
|
||||
extern int commandLineRPC(int argc, char *argv[]);
|
||||
extern json_spirit::Object callRPC(const std::string& strMethod, const json_spirit::Array& params);
|
||||
extern Json::Value callRPC(const std::string& strMethod, const Json::Value& params);
|
||||
Reference in New Issue
Block a user