RPC: Add proof_solve.

This commit is contained in:
Stefan Thomas
2013-05-12 12:58:25 +02:00
parent c3d2eae667
commit da406a3506
6 changed files with 63 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ protected:
Json::Value parseLogLevel(const Json::Value& jvParams);
Json::Value parseOwnerInfo(const Json::Value& jvParams);
Json::Value parseProofCreate(const Json::Value& jvParams);
Json::Value parseProofSolve(const Json::Value& jvParams);
Json::Value parseProofVerify(const Json::Value& jvParams);
Json::Value parseRandom(const Json::Value& jvParams);
Json::Value parseRipplePathFind(const Json::Value& jvParams);