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

Method rpcUnsetTimerInterface

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

Source from the content-addressed store, hash-verified

271 std::vector<std::string> listRpcCommands() override { return ::tableRPC.listCommands(); }
272 void rpcSetTimerInterfaceIfUnset(RPCTimerInterface* iface) override { RPCSetTimerInterfaceIfUnset(iface); }
273 void rpcUnsetTimerInterface(RPCTimerInterface* iface) override { RPCUnsetTimerInterface(iface); }
274 bool getUnspentOutput(const COutPoint& output, Coin& coin) override
275 {
276 LOCK(::cs_main);

Callers 1

~RPCConsoleMethod · 0.80

Calls 1

RPCUnsetTimerInterfaceFunction · 0.85

Tested by

no test coverage detected