[#wallet-CWallet-UnlockAllCoins] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::UnlockAllCoins :relfileprefix: ../../ :mrdocs: Unlock every locked output. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e5985f8), requires_capability(0x7f2e11aa93b8), requires_capability(0x7f2e169ff1a8), requires_capability(0x7f2e15f2e648), requires_capability(0x7f2e12c6d2d8)]] bool UnlockAllCoins(); ---- == Return Value true if the locked‐coin set was cleared. [.small]#Created with https://www.mrdocs.com[MrDocs]#