internal/ethapi: add debug_getRawReceipts RPC method (#24773)

Adds a method to retrieve all the binary encoded receipts from a block
This commit is contained in:
Ryan Schneider
2022-05-14 22:33:41 +02:00
committed by GitHub
parent 440c9fcf75
commit ae7d834bc7
2 changed files with 32 additions and 0 deletions
+5
View File
@@ -233,6 +233,11 @@ web3._extend({
call: 'debug_getBlockRlp',
params: 1
}),
new web3._extend.Method({
name: 'getRawReceipts',
call: 'debug_getRawReceipts',
params: 1
}),
new web3._extend.Method({
name: 'setHead',
call: 'debug_setHead',