[#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(0x7ff3720ef758), requires_capability(0x7ff365f1f758), requires_capability(0x7ff35de5e108), requires_capability(0x7ff35efe2be8), requires_capability(0x7ff366fcf1c8)]] 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]#