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

Method rpcEnableDeprecated

src/node/interfaces.cpp:679–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 return std::make_unique<RpcHandlerImpl>(command);
678 }
679 bool rpcEnableDeprecated(const std::string& method) override { return IsDeprecatedRPCEnabled(method); }
680 void rpcRunLater(const std::string& name, std::function<void()> fn, int64_t seconds) override
681 {
682 RPCRunLater(name, std::move(fn), seconds);

Callers 2

coins.cppFile · 0.80
transactions.cppFile · 0.80

Calls 1

IsDeprecatedRPCEnabledFunction · 0.85

Tested by

no test coverage detected