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

Method handleBannedListChanged

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

Source from the content-addressed store, hash-verified

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));
322 }
323 std::unique_ptr<Handler> handleNotifyBlockTip(NotifyBlockTipFn fn) override
324 {
325 return MakeHandler(::uiInterface.NotifyBlockTip_connect([fn](SynchronizationState sync_state, const CBlockIndex* block) {

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected