[#wallet-WaitForDeleteWallet] = xref:wallet.adoc[wallet]::WaitForDeleteWallet :relfileprefix: ../ :mrdocs: Explicitly delete the wallet. Blocks the current thread until the wallet is destructed. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void WaitForDeleteWallet(std::shared_ptr<CWallet>&& wallet); ---- == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet to delete. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#