Expand description
§Block Downloader
This module contains the block downloader, which finds a chain to
download from our connected peers and downloads it. See the actual
struct
documentation for implementation details.
The block downloader is started by download_blocks
.
Structs§
- A downloaded batch of blocks.
- The block downloader config.
Enums§
- The request type for the chain service.
- The response type for the chain service.
Functions§
- This function starts the block downloader and returns a
BufferStream
that will produce a sequential stream of blocks.