Implement RPC commands nickname_info and nickname_set.

This commit is contained in:
Arthur Britto
2012-06-05 13:07:17 -07:00
parent 3945749b64
commit ba983ccec3
3 changed files with 79 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ private:
Json::Value doConnect(Json::Value& params);
Json::Value doCreditSet(Json::Value& params);
Json::Value doLedger(Json::Value& params);
Json::Value doNicknameInfo(Json::Value& params);
Json::Value doNicknameSet(Json::Value& params);
Json::Value doPasswordFund(Json::Value& params);
Json::Value doPasswordSet(Json::Value& params);
Json::Value doPeers(Json::Value& params);