MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / MakeWalletLoader

Function MakeWalletLoader

src/wallet/interfaces.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668std::unique_ptr<Wallet> MakeWallet(wallet::WalletContext& context, const std::shared_ptr<wallet::CWallet>& wallet) { return wallet ? std::make_unique<wallet::WalletImpl>(context, wallet) : nullptr; }
669
670std::unique_ptr<WalletLoader> MakeWalletLoader(Chain& chain, ArgsManager& args)
671{
672 return std::make_unique<wallet::WalletLoaderImpl>(chain, args);
673}
674} // namespace interfaces

Callers 10

makeWalletLoaderMethod · 0.50
makeWalletLoaderMethod · 0.50
makeWalletLoaderMethod · 0.50
makeWalletLoaderMethod · 0.50
WalletTestingSetupMethod · 0.50
makeWalletLoaderMethod · 0.50
TestGUIFunction · 0.50
WalletMigrationFunction · 0.50

Calls

no outgoing calls

Tested by 5

WalletTestingSetupMethod · 0.40
makeWalletLoaderMethod · 0.40
TestGUIFunction · 0.40