[#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(0x7f94fde050a8), requires_capability(0x7f95061a7de8), requires_capability(0x7f94f2b788f8), requires_capability(0x7f94f0cf7588), requires_capability(0x7f94fee39f78)]] bool UnlockAllCoins(); ---- == Return Value true if the locked‐coin set was cleared. [.small]#Created with https://www.mrdocs.com[MrDocs]#