Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetWallets
Function
GetWallets
src/wallet/wallet.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
std::vector<std::shared_ptr<CWallet>> GetWallets()
70
{
71
LOCK(cs_wallets);
72
return vpwallets;
73
}
74
75
std::shared_ptr<CWallet> GetWallet(const std::string& name)
76
{
Callers
9
GetWalletForJSONRPCRequest
Function · 0.85
listwallets
Function · 0.85
Start
Method · 0.85
Flush
Method · 0.85
Stop
Method · 0.85
Close
Method · 0.85
Verify
Method · 0.85
MaybeCompactWalletDB
Function · 0.85
getWallets
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected