[#CCoinsCacheEntry-2constructor-00] = xref:CCoinsCacheEntry.adoc[CCoinsCacheEntry]::CCoinsCacheEntry :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<coins.h>` Construct an empty cache entry with no cached coin and no flags set. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CCoinsCacheEntry/2constructor-071.adoc[CCoinsCacheEntry]() noexcept = default; ---- [.small]#xref:CCoinsCacheEntry/2constructor-071.adoc[_» more..._]# Construct a cache entry that takes ownership of the given coin. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:CCoinsCacheEntry/2constructor-07d.adoc[CCoinsCacheEntry](xref:Coin-04.adoc[Coin]&& coin_) noexcept; ---- [.small]#xref:CCoinsCacheEntry/2constructor-07d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *coin_* | Coin to move into the entry. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#