[#wallet-CWallet-IsLockedCoin] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsLockedCoin :relfileprefix: ../../ :mrdocs: Report whether an output is locked against spending. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e5982f8), requires_capability(0x7f2e11aa90b8), requires_capability(0x7f2e169feea8), requires_capability(0x7f2e15f2e348), requires_capability(0x7f2e12c6cfd8)]] bool IsLockedCoin(xref:COutPoint.adoc[COutPoint] const& output) const; ---- == Return Value true if the output is locked. == Parameters [cols="1,4"] |=== | Name| Description | *output* | The outpoint to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#