Add RPC command wallet_seed.

This commit is contained in:
Arthur Britto
2012-05-16 00:34:44 -07:00
parent c7fd5fb79c
commit bca7dcad74
3 changed files with 36 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ class RPCServer : public boost::enable_shared_from_this<RPCServer>
Json::Value doWalletClaim(Json::Value& params);
Json::Value doWalletPropose(Json::Value& params);
Json::Value doWalletSeed(Json::Value& params);
// Parses a string account name into a local or remote NewcoinAddress.
NewcoinAddress parseAccount(const std::string& account);