[#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(0x7f2e1e598538), requires_capability(0x7f2e11aa92f8), requires_capability(0x7f2e169ff0e8), requires_capability(0x7f2e15f2e588), requires_capability(0x7f2e12c6d218)]] 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]#