# Functions
New returns new instance of fetcher.
WithErrHandler sets function to process errors.
WithRetryInterval sets pause duration after error.
WithRetryLastBlockInterval sets how long should fetcher wait if fetcher got ErrTooHighBlockRequested.
WithSkipError disable retries of block handling with handleFunc.
# Variables
ErrTooHighBlockRequested returned when blockchain's height is less than requested.
# Structs
Block presents transactions and height.
FetchBlocksOptions is config for FetchBlocks method.
No description provided by the author
# Interfaces
Fetcher interface for fetching.
# Type aliases
FetchBlocksOption is used to tune FetchBlocks method.