|
|
|
@ -175,7 +175,7 @@ extern std::string HelpExampleRpc(const std::string& methodname, const std::stri
|
|
|
|
|
|
|
|
|
|
extern void EnsureWalletIsUnlocked();
|
|
|
|
|
|
|
|
|
|
extern UniValue getconnectioncount(const UniValue& params, bool fHelp); // in rpcnet.cpp
|
|
|
|
|
extern UniValue getconnectioncount(const UniValue& params, bool fHelp); // in rpc/net.cpp
|
|
|
|
|
extern UniValue getpeerinfo(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue ping(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue addnode(const UniValue& params, bool fHelp);
|
|
|
|
@ -186,7 +186,7 @@ extern UniValue setban(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue listbanned(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue clearbanned(const UniValue& params, bool fHelp);
|
|
|
|
|
|
|
|
|
|
extern UniValue getgenerate(const UniValue& params, bool fHelp); // in rpcmining.cpp
|
|
|
|
|
extern UniValue getgenerate(const UniValue& params, bool fHelp); // in rpc/mining.cpp
|
|
|
|
|
extern UniValue setgenerate(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue generate(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue getnetworkhashps(const UniValue& params, bool fHelp);
|
|
|
|
@ -207,7 +207,7 @@ extern UniValue getblockchaininfo(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue getnetworkinfo(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue setmocktime(const UniValue& params, bool fHelp);
|
|
|
|
|
|
|
|
|
|
extern UniValue getrawtransaction(const UniValue& params, bool fHelp); // in rcprawtransaction.cpp
|
|
|
|
|
extern UniValue getrawtransaction(const UniValue& params, bool fHelp); // in rpc/rawtransaction.cpp
|
|
|
|
|
extern UniValue listunspent(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue lockunspent(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue listlockunspent(const UniValue& params, bool fHelp);
|
|
|
|
@ -219,7 +219,7 @@ extern UniValue sendrawtransaction(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue gettxoutproof(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue verifytxoutproof(const UniValue& params, bool fHelp);
|
|
|
|
|
|
|
|
|
|
extern UniValue getblockcount(const UniValue& params, bool fHelp); // in rpcblockchain.cpp
|
|
|
|
|
extern UniValue getblockcount(const UniValue& params, bool fHelp); // in rpc/blockchain.cpp
|
|
|
|
|
extern UniValue getbestblockhash(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue getdifficulty(const UniValue& params, bool fHelp);
|
|
|
|
|
extern UniValue settxfee(const UniValue& params, bool fHelp);
|
|
|
|
|