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

Function MakeWalletLoader

src/wallet/interfaces.cpp:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614std::unique_ptr<Wallet> MakeWallet(wallet::WalletContext& context, const std::shared_ptr<wallet::CWallet>& wallet) { return wallet ? std::make_unique<wallet::WalletImpl>(context, wallet) : nullptr; }
615
616std::unique_ptr<WalletLoader> MakeWalletLoader(Chain& chain, ArgsManager& args)
617{
618 return std::make_unique<wallet::WalletLoaderImpl>(chain, args);
619}
620} // namespace interfaces

Callers 8

makeWalletLoaderMethod · 0.50
makeWalletLoaderMethod · 0.50
makeWalletLoaderMethod · 0.50
makeWalletLoaderMethod · 0.50
WalletTestingSetupClass · 0.50
TestGUIFunction · 0.50

Calls

no outgoing calls

Tested by 3

TestGUIFunction · 0.40