Construct an overlay that fetches block input prevouts in parallel.
Synopsis
Declared in <coins.h>
explicit
CoinsViewOverlay(
CCoinsView* in_base,
std::shared_ptr<ThreadPool> thread_pool,
bool deterministic = false) noexcept;
Parameters
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). |
Created with MrDocs