mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
New pathfinder API work.
This commit is contained in:
@@ -69,6 +69,7 @@ class RPCHandler
|
||||
Json::Value doNicknameInfo(Json::Value params, int& cost, ScopedLock& mlh);
|
||||
Json::Value doOwnerInfo(Json::Value params, int& cost, ScopedLock& mlh);
|
||||
Json::Value doPeers(Json::Value params, int& cost, ScopedLock& mlh);
|
||||
Json::Value doPathFind(Json::Value params, int& cost, ScopedLock& mlh);
|
||||
Json::Value doPing(Json::Value params, int& cost, ScopedLock& mlh);
|
||||
Json::Value doProfile(Json::Value params, int& cost, ScopedLock& mlh);
|
||||
Json::Value doRandom(Json::Value jvRequest, int& cost, ScopedLock& mlh);
|
||||
|
||||
Reference in New Issue
Block a user