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

pull/24317/head
Sina Mahmoodi 3 years ago committed by GitHub
parent e282246a4b
commit a9885505ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      internal/web3ext/web3ext.go

@ -576,6 +576,11 @@ web3._extend({
params: 3,
inputFormatter: [null, web3._extend.formatters.inputBlockNumberFormatter, null]
}),
new web3._extend.Method({
name: 'getLogs',
call: 'eth_getLogs',
params: 1,
}),
],
properties: [
new web3._extend.Property({

Loading…
Cancel
Save