wallet::WaitForDeleteWallet

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

NameDescription
walletThe wallet to delete.