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

Method remove

src/wallet/interfaces.cpp:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 OutputType getDefaultAddressType() override { return m_wallet->m_default_address_type; }
483 CAmount getDefaultMaxTxFee() override { return m_wallet->m_default_max_tx_fee; }
484 void remove() override
485 {
486 RemoveWallet(m_context, m_wallet, false /* load_on_start */);
487 }
488 bool isLegacy() override { return m_wallet->IsLegacy(); }
489 std::unique_ptr<Handler> handleUnload(UnloadFn fn) override
490 {

Callers 14

call_symbol_checkFunction · 0.45
clean_filesFunction · 0.45
get_archFunction · 0.45
remove_filesFunction · 0.45
DisconnectNodesMethod · 0.45
CloseMethod · 0.45
RewriteMethod · 0.45
validateMethod · 0.45
setModelMethod · 0.45
removeSpacesMethod · 0.45
closeWalletMethod · 0.45
closeAllWalletsMethod · 0.45

Calls 1

RemoveWalletFunction · 0.85

Tested by 3

call_symbol_checkFunction · 0.36
clean_filesFunction · 0.36
get_archFunction · 0.36