Start fetching inputs from block.
Declared in <coins.h>
[[nodiscard]]
ResetGuard
StartFetching(CBlock const& block) noexcept;
A guard that resets the overlay (stopping fetching) on destruction.
The return value should not be discarded.
| Name | Description |
|---|---|
| block | Block whose input prevouts are queued for parallel fetching. |