CoinsViewOverlay::StartFetching

Start fetching inputs from block.

Synopsis

Declared in <coins.h>

[[nodiscard]]
ResetGuard
StartFetching(CBlock const& block) noexcept;

Return Value

A guard that resets the overlay (stopping fetching) on destruction.

NOTE

The return value should not be discarded.

Parameters

NameDescription
blockBlock whose input prevouts are queued for parallel fetching.