Constructors
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...
| Name | Description |
|---|---|
| coin_ | Coin to move into the entry. |