mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
parent
a2cf4e3111
commit
2539836ede
1 changed files with 6 additions and 1 deletions
|
|
@ -561,6 +561,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,
|
||||||
|
}),
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'getBlockReceipts',
|
name: 'getBlockReceipts',
|
||||||
call: 'eth_getBlockReceipts',
|
call: 'eth_getBlockReceipts',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue