[#CoinsViewOverlay-StartFetching] = xref:CoinsViewOverlay.adoc[CoinsViewOverlay]::StartFetching :relfileprefix: ../ :mrdocs: Start fetching inputs from block. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard] StartFetching(xref:CBlock.adoc[CBlock] const& block) noexcept; ---- == Return Value A guard that resets the overlay (stopping fetching) on destruction. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *block* | Block whose input prevouts are queued for parallel fetching. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#