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

Method handleNotifyAlertChanged

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

Source from the content-addressed store, hash-verified

313 return MakeHandler(::uiInterface.NotifyNetworkActiveChanged_connect(fn));
314 }
315 std::unique_ptr<Handler> handleNotifyAlertChanged(NotifyAlertChangedFn fn) override
316 {
317 return MakeHandler(::uiInterface.NotifyAlertChanged_connect(fn));
318 }
319 std::unique_ptr<Handler> handleBannedListChanged(BannedListChangedFn fn) override
320 {
321 return MakeHandler(::uiInterface.BannedListChanged_connect(fn));

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected