CCoinsCacheEntry::CCoinsCacheEntry

Construct a cache entry that takes ownership of the given coin.

Synopsis

Declared in <coins.h>

explicit
CCoinsCacheEntry(Coin&& coin_) noexcept;

Parameters

NameDescription
coin_Coin to move into the entry.