Module receipt_file_client

Source
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§

ReceiptFileClient
File client for reading RLP encoded receipts from file. Receipts in file must be in sequential order w.r.t. block number.
ReceiptWithBlockNumber
[Receipt] with block number.

Traits§

FromReceiptReader
Constructs a file client from a reader and decoder.