Construct an overlay that fetches block input prevouts in parallel.
Declared in <coins.h>
explicit
CoinsViewOverlay(
CCoinsView* in_base,
std::shared_ptr<ThreadPool> thread_pool,
bool deterministic = false) noexcept;
| Name | Description |
|---|---|
| in_base | Non-null base view this overlay reads through to. |
| thread_pool | Non-null thread pool used to fetch inputs in parallel. |
| deterministic | When true, seed the hasher deterministically (for testing). |