add traceCall in web3ext.go

This commit is contained in:
Wang Gerui 2024-05-18 21:33:15 +08:00
parent 0245344338
commit b2605e6ab0

View file

@ -420,6 +420,12 @@ web3._extend({
params: 2,
inputFormatter: [null, null]
}),
new web3._extend.Method({
name: 'traceCall',
call: 'debug_traceCall',
params: 3,
inputFormatter: [null, null, null]
}),
new web3._extend.Method({
name: 'preimage',
call: 'debug_preimage',