request support for rpc method eth_getBlockReceipts
#4768
Labels
enhancement
New feature or improvement.
eth_getBlockReceipts
#4768
Describe the Feature
The RPC method
eth_getBlockReceipts
become some way a common RPC method in many ethereum / l2 clients like:ethereum/execution-apis#438
ethereum/go-ethereum#27702
erigontech/erigon#1735
paradigmxyz/reth#3321
I think it's time to add client implementation of the RPC call for provider.
Related issue
#4438
Code Example
provider.getBlockReceipts(blockTag);
The text was updated successfully, but these errors were encountered: