internal/ethapi: implement eth_getBlockReceipts (#27702)

This commit is contained in:
Delweng
2023-08-15 14:35:48 +02:00
committed by GitHub
parent 509cd428e9
commit f1801a9fed
4 changed files with 163 additions and 19 deletions
+5
View File
@@ -617,6 +617,11 @@ web3._extend({
params: 4,
inputFormatter: [web3._extend.formatters.inputCallFormatter, web3._extend.formatters.inputDefaultBlockNumberFormatter, null, null],
}),
new web3._extend.Method({
name: 'getBlockReceipts',
call: 'eth_getBlockReceipts',
params: 1,
}),
],
properties: [
new web3._extend.Property({