Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ currentWalletModel
Method
currentWalletModel
src/qt/walletframe.cpp:279–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
WalletModel* WalletFrame::currentWalletModel() const
280
{
281
WalletView* wallet_view = currentWalletView();
282
return wallet_view ? wallet_view->getWalletModel() : nullptr;
283
}
Callers
2
createActions
Method · 0.80
updateWindowTitle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected