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