mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
8 lines
181 B
C++
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);
|