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

Method NotifyBlockTip

src/node/ui_interface.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53void CClientUIInterface::NotifyAlertChanged() { return g_ui_signals.NotifyAlertChanged(); }
54void CClientUIInterface::ShowProgress(const std::string& title, int nProgress, bool resume_possible) { return g_ui_signals.ShowProgress(title, nProgress, resume_possible); }
55void CClientUIInterface::NotifyBlockTip(SynchronizationState s, const CBlockIndex* i) { return g_ui_signals.NotifyBlockTip(s, i); }
56void CClientUIInterface::NotifyHeaderTip(SynchronizationState s, const CBlockIndex* i) { return g_ui_signals.NotifyHeaderTip(s, i); }
57void CClientUIInterface::BannedListChanged() { return g_ui_signals.BannedListChanged(); }
58

Callers 2

ActivateBestChainMethod · 0.80
InvalidateBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected