mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add validation_create command to RPCServer.
This commit is contained in:
@@ -53,6 +53,8 @@ class RPCServer : public boost::enable_shared_from_this<RPCServer>
|
||||
Json::Value doUnlList(Json::Value& params);
|
||||
Json::Value doUnlReset(Json::Value& params);
|
||||
|
||||
Json::Value doValidatorCreate(Json::Value& params);
|
||||
|
||||
// Parses a string account name into a local or remote NewcoinAddress.
|
||||
NewcoinAddress parseAccount(const std::string& account);
|
||||
void validatorsResponse(const boost::system::error_code& err, std::string strResponse);
|
||||
|
||||
Reference in New Issue
Block a user