MCPcopy 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
621QString WalletModel::getWalletName() const
622{
623 return QString::fromStdString(m_wallet->getWalletName());
624}
625
626QString WalletModel::getDisplayName() const
627{

Callers 8

processNewTransactionMethod · 0.45
updateWindowTitleMethod · 0.45
setInfoMethod · 0.45
PrepareSendTextMethod · 0.45
RPCParseCommandLineMethod · 0.45
listWalletDirMethod · 0.45
getOrCreateWalletMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected