Refactor RPC account_info.

This commit is contained in:
Arthur Britto
2012-12-02 16:47:44 -08:00
parent ee3a2a0857
commit f3bbe07572
3 changed files with 54 additions and 21 deletions

View File

@@ -12,6 +12,7 @@ protected:
typedef Json::Value (RPCParser::*parseFuncPtr)(const Json::Value &jvParams);
Json::Value parseAsIs(const Json::Value &jvParams);
Json::Value parseAccountInfo(const Json::Value &jvParams);
public:
Json::Value parseCommand(std::string strMethod, Json::Value jvParams);