Files
rippled/CallRPC.h
2011-12-18 01:23:58 -08:00

4 lines
160 B
C++

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