MCPcopy Create free account
hub / github.com/ElementsProject/elements / RPCExecuteCommandLine

Function RPCExecuteCommandLine

src/qt/rpcconsole.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 static bool RPCParseCommandLine(interfaces::Node* node, std::string &strResult, const std::string &strCommand, bool fExecute, std::string * const pstrFilteredOut = nullptr, const WalletModel* wallet_model = nullptr);
47 static bool RPCExecuteCommandLine(interfaces::Node& node, std::string &strResult, const std::string &strCommand, std::string * const pstrFilteredOut = nullptr, const WalletModel* wallet_model = nullptr) {
48 return RPCParseCommandLine(&node, strResult, strCommand, true, pstrFilteredOut, wallet_model);
49 }
50
51 void setClientModel(ClientModel *model = nullptr, int bestblock_height = 0, int64_t bestblock_date = 0, double verification_progress = 0.0);
52 void addWallet(WalletModel * const walletModel);

Callers 3

requestMethod · 0.85
rpcNestedTestsMethod · 0.85

Calls

no outgoing calls

Tested by 1

rpcNestedTestsMethod · 0.68