Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
467
std::unique_ptr<Wallet> MakeWallet(const std::shared_ptr<CWallet>& wallet) { return MakeUnique<WalletImpl>(wallet); }
468
469
} // namespace interfaces
Callers
2
getWallets
Method · 0.85
handleLoadWallet
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected