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

Function MakeWallet

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

Source from the content-addressed store, hash-verified

612
613namespace interfaces {
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{

Callers 4

createWalletMethod · 0.70
loadWalletMethod · 0.70
restoreWalletMethod · 0.70
getWalletsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected