mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
8 lines
184 B
C++
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);
|