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

Name

Description

block

Block whose input prevouts are queued for parallel fetching.

Created with MrDocs