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§
- Receipt
File Client - 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 - [
Receipt
] with block number.
Traits§
- From
Receipt Reader - Constructs a file client from a reader and decoder.