Files
rippled/src/CallRPC.h
2012-03-06 22:43:06 -08:00

8 lines
184 B
C++

#include <string>
#include "../json/value.h"
extern int commandLineRPC(int argc, char *argv[]);
extern Json::Value callRPC(const std::string& strMethod, const Json::Value& params);