MCPcopy 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
574QString WalletModel::getWalletName() const
575{
576 return QString::fromStdString(m_wallet->getWalletName());
577}
578
579bool WalletModel::isMultiwallet()
580{

Callers 9

addWalletMethod · 0.45
processNewTransactionMethod · 0.45
addWalletMethod · 0.45
removeWalletMethod · 0.45
updateMethod · 0.45
on_sendButton_clickedMethod · 0.45
addWalletMethod · 0.45
addWalletMethod · 0.45
removeWalletMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected