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

Method handleStatusChanged

src/wallet/interfaces.cpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 return MakeHandler(m_wallet->ShowProgress.connect(fn));
496 }
497 std::unique_ptr<Handler> handleStatusChanged(StatusChangedFn fn) override
498 {
499 return MakeHandler(m_wallet->NotifyStatusChanged.connect([fn](CWallet*) { fn(); }));
500 }
501 std::unique_ptr<Handler> handleAddressBookChanged(AddressBookChangedFn fn) override
502 {
503 return MakeHandler(m_wallet->NotifyAddressBookChanged.connect(

Callers 1

Calls 3

MakeHandlerFunction · 0.85
fnFunction · 0.85
connectMethod · 0.80

Tested by

no test coverage detected