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

Method handleNotifications

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

Source from the content-addressed store, hash-verified

660 ::uiInterface.ShowProgress(title, progress, resume_possible);
661 }
662 std::unique_ptr<Handler> handleNotifications(std::shared_ptr<Notifications> notifications) override
663 {
664 return std::make_unique<NotificationsHandlerImpl>(std::move(notifications));
665 }
666 void waitForNotificationsIfTipChanged(const uint256& old_tip) override
667 {
668 if (!old_tip.IsNull()) {

Callers 3

AttachChainMethod · 0.80
WalletTestingSetupMethod · 0.80
WalletBalanceFunction · 0.80

Calls

no outgoing calls

Tested by 1

WalletTestingSetupMethod · 0.64