Explicitly delete the wallet. Blocks the current thread until the wallet is destructed.
Synopsis
Declared in <wallet/wallet.h>
void
WaitForDeleteWallet(std::shared_ptr<CWallet>&& wallet);
Parameters
Name |
Description |
wallet |
The wallet to delete. |
Created with MrDocs