From cdb896f8de7137c96a4e4520f735cad26fe3f845 Mon Sep 17 00:00:00 2001 From: Block Wizard Date: Mon, 1 Dec 2025 12:25:20 +0200 Subject: [PATCH] docs(trace): fix trace_callMany params structure and formatting inconsistencies (#20051) --- docs/vocs/docs/pages/jsonrpc/trace.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/vocs/docs/pages/jsonrpc/trace.mdx b/docs/vocs/docs/pages/jsonrpc/trace.mdx index ec9f1cdacb..90879f04f4 100644 --- a/docs/vocs/docs/pages/jsonrpc/trace.mdx +++ b/docs/vocs/docs/pages/jsonrpc/trace.mdx @@ -222,7 +222,7 @@ The second 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_callMany", "params": [[[tx, type[]], ...], block]}` | ### Example @@ -502,7 +502,7 @@ Returns trace at given position. | Client | Method invocation | | ------ | -------------------------------------------------------- | -| RPC | `{"method": "trace_get", "params": [tx_hash,indices[]]}` | +| RPC | `{"method": "trace_get", "params": [tx_hash, indices[]]}` | ### Example @@ -521,13 +521,13 @@ Returns trace at given position. "value": "0x0" }, "blockHash": "0x7eb25504e4c202cf3d62fd585d3e238f592c780cca82dacb2ed3cb5b38883add", - "blockNumber": 3068185, - "result": { + "blockNumber": 3068185, + "result": { "gasUsed": "0x183", "output": "0x0000000000000000000000000000000000000000000000000000000000000001" }, "subtraces": 0, - "traceAddress": [ + "traceAddress": [ 0 ], "transactionHash": "0x17104ac9d3312d8c136b7f44d4b8b47852618065ebfa534bd2d3b5ef218ca1f3",