Expand description
Module managing file-based data retrieval and buffering of receipts.
Contains ReceiptFileClient
to read receipt data from
files, efficiently buffering receipts for retrieval.
Structs§
- File client for reading RLP encoded receipts from file. Receipts in file must be in sequential order w.r.t. block number.
- [
Receipt
] with block number.
Traits§
- Constructs a file client from a reader and decoder.