Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ getWalletName
Method
getWalletName
src/qt/walletmodel.cpp:574–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
QString WalletModel::getWalletName() const
575
{
576
return QString::fromStdString(m_wallet->getWalletName());
577
}
578
579
bool WalletModel::isMultiwallet()
580
{
Callers
9
addWallet
Method · 0.45
processNewTransaction
Method · 0.45
addWallet
Method · 0.45
removeWallet
Method · 0.45
update
Method · 0.45
on_sendButton_clicked
Method · 0.45
addWallet
Method · 0.45
addWallet
Method · 0.45
removeWallet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected