Files
rippled/src/cpp/ripple/CallRPC.h
2012-11-07 12:49:50 -08:00

8 lines
198 B
C++

#include <string>
#include "../json/value.h"
extern int commandLineRPC(const std::vector<std::string>& vCmd);
extern Json::Value callRPC(const std::string& strMethod, const Json::Value& params);