good morning!!!!

Skip to content
Snippets Groups Projects
Commit bd519ab8 authored by Ryan Schneider's avatar Ryan Schneider Committed by Felix Lange
Browse files

internal/web3ext: add eth.getProof (#18052)

parent 1064e328
No related branches found
No related tags found
No related merge requests found
......@@ -481,6 +481,12 @@ web3._extend({
params: 2,
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter, web3._extend.utils.toHex]
}),
new web3._extend.Method({
name: 'getProof',
call: 'eth_getProof',
params: 3,
inputFormatter: [web3._extend.formatters.inputAddressFormatter, null, web3._extend.formatters.inputBlockNumberFormatter]
}),
],
properties: [
new web3._extend.Property({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment