[#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(0x7f94fde04da8), requires_capability(0x7f95061a7ae8), requires_capability(0x7f94f2b785f8), requires_capability(0x7f94f0cf7288), requires_capability(0x7f94fee39c78)]] 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]#