MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / handleUnload

Method handleUnload

src/interfaces/wallet.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 OutputType getDefaultAddressType() override { return m_wallet.m_default_address_type; }
432 OutputType getDefaultChangeType() override { return m_wallet.m_default_change_type; }
433 std::unique_ptr<Handler> handleUnload(UnloadFn fn) override
434 {
435 return MakeHandler(m_wallet.NotifyUnload.connect(fn));
436 }
437 std::unique_ptr<Handler> handleShowProgress(ShowProgressFn fn) override
438 {
439 return MakeHandler(m_wallet.ShowProgress.connect(fn));

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected