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

Synopsis

Declared in <coins.h>

explicit
CCoinsCacheEntry(Coin&& coin_) noexcept;

Parameters

Name

Description

coin_

Coin to move into the entry.

Created with MrDocs