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