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

Method rpcSetTimerInterfaceIfUnset

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

Source from the content-addressed store, hash-verified

270 }
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 {

Callers 1

RPCConsoleMethod · 0.80

Calls 1

Tested by

no test coverage detected