Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ getWalletName
Method
getWalletName
src/qt/walletmodel.cpp:621–624 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
619
}
620
621
QString WalletModel::getWalletName() const
622
{
623
return QString::fromStdString(m_wallet->getWalletName());
624
}
625
626
QString WalletModel::getDisplayName() const
627
{
Callers
8
processNewTransaction
Method · 0.45
updateWindowTitle
Method · 0.45
setInfo
Method · 0.45
PrepareSendText
Method · 0.45
RPCParseCommandLine
Method · 0.45
on_lineEdit_returnPressed
Method · 0.45
listWalletDir
Method · 0.45
getOrCreateWallet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected