[#CCoinsViewBacked-HaveCoin] = xref:CCoinsViewBacked.adoc[CCoinsViewBacked]::HaveCoin :relfileprefix: ../ :mrdocs: Forward the unspent check to the backing view. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool HaveCoin(xref:COutPoint.adoc[COutPoint] const& outpoint) const override; ---- == Return Value True if the outpoint is unspent. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The outpoint to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#