Test
This commit is contained in:
@@ -292,15 +292,15 @@ extern UniValue z_getoperationresult(const UniValue& params, bool fHelp); // in
|
||||
extern UniValue z_listoperationids(const UniValue& params, bool fHelp); // in rpcwallet.cpp
|
||||
extern UniValue z_validateaddress(const UniValue& params, bool fHelp); // in rpcmisc.cpp
|
||||
|
||||
extern json_spirit::Value notaries(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value minerids(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value kvsearch(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value kvupdate(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value paxprice(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value paxpending(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value paxprices(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value paxdeposit(const UniValue& params, bool fHelp);
|
||||
extern json_spirit::Value paxwithdraw(const UniValue& params, bool fHelp);
|
||||
extern UniValue notaries(const UniValue& params, bool fHelp);
|
||||
extern UniValue minerids(const UniValue& params, bool fHelp);
|
||||
extern UniValue kvsearch(const UniValue& params, bool fHelp);
|
||||
extern UniValue kvupdate(const UniValue& params, bool fHelp);
|
||||
extern UniValue paxprice(const UniValue& params, bool fHelp);
|
||||
extern UniValue paxpending(const UniValue& params, bool fHelp);
|
||||
extern UniValue paxprices(const UniValue& params, bool fHelp);
|
||||
extern UniValue paxdeposit(const UniValue& params, bool fHelp);
|
||||
extern UniValue paxwithdraw(const UniValue& params, bool fHelp);
|
||||
|
||||
bool StartRPC();
|
||||
void InterruptRPC();
|
||||
|
||||
Reference in New Issue
Block a user