Module receipts
Expand description
Implements the GetReceipts and Receipts message types.
Structsยง
- GetReceipts
- A request for transaction receipts from the given block hashes.
- GetReceipts70
- Eth/70
GetReceiptsrequest payload that supports partial receipt queries. - Receipts
- The response to
GetReceipts, containing receipt lists that correspond to each block requested. - Receipts69
- Eth/69 receipt response type that removes bloom filters from the protocol.
- Receipts70
- Eth/70
Receiptsresponse payload.