CCoinsCacheEntry::CCoinsCacheEntry

Constructors

Synopses

Declared in <coins.h>

Construct an empty cache entry with no cached coin and no flags set.

constexpr
CCoinsCacheEntry() noexcept = default;
» more...

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

explicit
CCoinsCacheEntry(Coin&& coin_) noexcept;
» more...

Parameters

NameDescription
coin_Coin to move into the entry.