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

Function GetWallets

src/wallet/wallet.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158std::vector<std::shared_ptr<CWallet>> GetWallets(WalletContext& context)
159{
160 LOCK(context.wallets_mutex);
161 return context.wallets;
162}
163
164std::shared_ptr<CWallet> GetWallet(WalletContext& context, const std::string& name)
165{

Callers 9

MaybeResendWalletTxsFunction · 0.85
MaybeCompactWalletDBFunction · 0.85
StartWalletsFunction · 0.85
FlushWalletsFunction · 0.85
StopWalletsFunction · 0.85
UnloadWalletsFunction · 0.85
getWalletsMethod · 0.85
listwalletsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected