Files
rippled/CallRPC.h
2012-01-01 02:58:30 -08:00

8 lines
181 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);