RPC: add profile command.

This commit is contained in:
Arthur Britto
2012-10-02 16:22:03 -07:00
parent e04b695434
commit 5ff5e7669d
4 changed files with 141 additions and 10 deletions

View File

@@ -149,6 +149,7 @@ private:
Json::Value doOwnerInfo(const Json::Value& params);
Json::Value doPasswordFund(const Json::Value& params);
Json::Value doPasswordSet(const Json::Value& params);
Json::Value doProfile(const Json::Value& params);
Json::Value doPeers(const Json::Value& params);
Json::Value doRipple(const Json::Value &params);
Json::Value doRippleLinesGet(const Json::Value &params);