MCPcopy Create free account
hub / github.com/ElementsProject/elements / currentWalletView

Method currentWalletView

src/qt/walletframe.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274WalletView* WalletFrame::currentWalletView() const
275{
276 return qobject_cast<WalletView*>(walletStack->currentWidget());
277}
278
279WalletModel* WalletFrame::currentWalletModel() const
280{

Callers 1

updateWalletStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected