Expand description
Module managing file-based data retrieval and buffering.
Contains FileClient
to read block data from files,
efficiently buffering headers and bodies for retrieval.
Structs§
- Chunks file into several
FileClient
s. - Output from decoding a file chunk with
FromReader::from_reader
. - Front-end API for fetching chain data from a file.
Enums§
- An error that can occur when constructing and using a
FileClient
.
Constants§
- Default byte length of chunk to read from chain file.
Traits§
- Constructs a file client from a reader.