mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Stub subscribe for JSON-RPC.
This commit is contained in:
12
src/cpp/ripple/RPCSub.cpp
Normal file
12
src/cpp/ripple/RPCSub.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "RPCSub.h"
|
||||
|
||||
RPCSub::RPCSub(const std::string& strUrl, const std::string& strUsername, const std::string& strPassword)
|
||||
: mUrl(strUrl), mUsername(strUsername), mPassword(strPassword)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void RPCSub::send(const Json::Value& jvObj)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user