Unverified Commit a9885505 authored by Sina Mahmoodi's avatar Sina Mahmoodi Committed by GitHub

internal/web3ext: add eth.getLogs wrapper (#24297)

parent e282246a
...@@ -576,6 +576,11 @@ web3._extend({ ...@@ -576,6 +576,11 @@ web3._extend({
params: 3, params: 3,
inputFormatter: [null, web3._extend.formatters.inputBlockNumberFormatter, null] inputFormatter: [null, web3._extend.formatters.inputBlockNumberFormatter, null]
}), }),
new web3._extend.Method({
name: 'getLogs',
call: 'eth_getLogs',
params: 1,
}),
], ],
properties: [ properties: [
new web3._extend.Property({ new web3._extend.Property({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment