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

Function MakeWallet

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

Source from the content-addressed store, hash-verified

465} // namespace
466
467std::unique_ptr<Wallet> MakeWallet(const std::shared_ptr<CWallet>& wallet) { return MakeUnique<WalletImpl>(wallet); }
468
469} // namespace interfaces

Callers 2

getWalletsMethod · 0.85
handleLoadWalletMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected