Constructors
Synopses
Declared in <coins.h>
Construct an empty cache entry with no cached coin and no flags set.
constexpr
CCoinsCacheEntry() noexcept = default;
Construct a cache entry that takes ownership of the given coin.
explicit
CCoinsCacheEntry(Coin&& coin_) noexcept;
Parameters
Name |
Description |
coin_ |
Coin to move into the entry. |
Created with MrDocs