[#wallet-CWallet-UnlockCoin] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::UnlockCoin :relfileprefix: ../../ :mrdocs: Unlock a previously locked output. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde04fe8), requires_capability(0x7f95061a7d28), requires_capability(0x7f94f2b78838), requires_capability(0x7f94f0cf74c8), requires_capability(0x7f94fee39eb8)]] bool UnlockCoin(xref:COutPoint.adoc[COutPoint] const& output); ---- == Return Value true if the output was unlocked. == Parameters [cols="1,4"] |=== | Name| Description | *output* | The outpoint to unlock. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#