mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
docs(trace): fix trace_call method invocation table (#19977)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -178,7 +178,7 @@ The third and optional parameter is a block number, block hash, or a block tag (
|
||||
|
||||
| Client | Method invocation |
|
||||
| ------ | -------------------------------------------------------------- |
|
||||
| RPC | `{"method": "trace_callMany", "params": [trace[], block]}` |
|
||||
| RPC | `{"method": "trace_call", "params": [tx, ["trace"|"vmTrace"|"stateDiff"], block]}` |
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user