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

Function GetWallets

src/wallet/wallet.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202std::vector<std::shared_ptr<CWallet>> GetWallets(WalletContext& context)
203{
204 LOCK(context.wallets_mutex);
205 return context.wallets;
206}
207
208std::shared_ptr<CWallet> GetDefaultWallet(WalletContext& context, size_t& count)
209{

Callers 6

MaybeResendWalletTxsFunction · 0.85
StartWalletsFunction · 0.85
UnloadWalletsFunction · 0.85
isEncryptedMethod · 0.85
getWalletsMethod · 0.85
listwalletsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected