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

Method handleLoadWallet

src/wallet/interfaces.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 return wallets;
598 }
599 std::unique_ptr<Handler> handleLoadWallet(LoadWalletFn fn) override
600 {
601 return HandleLoadWallet(m_context, std::move(fn));
602 }
603 WalletContext* context() override { return &m_context; }
604
605 WalletContext m_context;

Callers

nothing calls this directly

Calls 1

HandleLoadWalletFunction · 0.85

Tested by

no test coverage detected