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

Function NotifyCanGetAddressesChanged

src/qt/walletmodel.cpp:449–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449static void NotifyCanGetAddressesChanged(WalletModel* walletmodel)
450{
451 bool invoked = QMetaObject::invokeMethod(walletmodel, "canGetAddressesChanged");
452 assert(invoked);
453}
454
455void WalletModel::subscribeToCoreSignals()
456{

Callers 7

SetHDSeedMethod · 0.85
TopUpMethod · 0.85
ReturnDestinationMethod · 0.85
ReserveKeyFromKeyPoolMethod · 0.85
ImportPubKeysMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected