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

Method handleRpc

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

Source from the content-addressed store, hash-verified

673 SyncWithValidationInterfaceQueue();
674 }
675 std::unique_ptr<Handler> handleRpc(const CRPCCommand& command) override
676 {
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 {

Callers 1

registerRpcsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected