mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
add traceCall in web3ext.go
This commit is contained in:
parent
0245344338
commit
b2605e6ab0
1 changed files with 6 additions and 0 deletions
|
|
@ -420,6 +420,12 @@ web3._extend({
|
||||||
params: 2,
|
params: 2,
|
||||||
inputFormatter: [null, null]
|
inputFormatter: [null, null]
|
||||||
}),
|
}),
|
||||||
|
new web3._extend.Method({
|
||||||
|
name: 'traceCall',
|
||||||
|
call: 'debug_traceCall',
|
||||||
|
params: 3,
|
||||||
|
inputFormatter: [null, null, null]
|
||||||
|
}),
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'preimage',
|
name: 'preimage',
|
||||||
call: 'debug_preimage',
|
call: 'debug_preimage',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue