mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
getRequiredBlockState endpoint add on rpc
This commit is contained in:
parent
4dcc02fcc2
commit
d0c40ed94b
1 changed files with 6 additions and 0 deletions
|
|
@ -594,6 +594,12 @@ web3._extend({
|
|||
params: 3,
|
||||
inputFormatter: [web3._extend.formatters.inputAddressFormatter, null, web3._extend.formatters.inputBlockNumberFormatter]
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'getRequiredBlockState',
|
||||
call: 'eth_getRequiredBlockState',
|
||||
params: 1,
|
||||
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'createAccessList',
|
||||
call: 'eth_createAccessList',
|
||||
|
|
|
|||
Loading…
Reference in a new issue