Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions rpc/json-rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ This document provides a comprehensive list of JSON-RPC API methods supported. E
| eth_getTransactionCount(...) | `Address`, `BlockNumber\|Tag` |
| eth_getStorageAt(...) | `Address`, `Integer`, `BlockNumber\|Tag` |
| eth_call(...) | `TxCallObject`, `BlockNumber\|Tag` |
| eth_callMany(...) | `Array<TxCallObject>`, `BlockNumber\|Tag` |
| eth_callBundle(...) | `Array<TxCallObject>`, `BlockNumber\|Tag` |
| eth_createAccessList(...) | `TxCallObject`, `BlockNumber\|Tag` |
| eth_simulateV1(...) | `BlockStateCalls`, `BlockNumber\|Tag` |
| | |
| **Ethereum API (Filters)** | |
| eth_newFilter(...) | `FilterOptions` |
Expand Down Expand Up @@ -111,7 +110,6 @@ This document provides a comprehensive list of JSON-RPC API methods supported. E
| debug_traceBlockByNumber(...) | `BlockNumber\|Tag`, `TraceConfig` |
| debug_traceTransaction(...) | `TxHash`, `TraceConfig` |
| debug_traceCall(...) | `TxCallObject`, `BlockNumber\|Tag`, `TraceConfig`|
| debug_traceCallMany(...) | `Array<TxCallObject>`, `BlockNumber\|Tag`, `TraceConfig` |
| | |
| **Transaction Pool API** | |
| txpool_content() | - |
Expand Down Expand Up @@ -148,6 +146,7 @@ This document provides a comprehensive list of JSON-RPC API methods supported. E
- `FilterId` - ID of a previously created filter
- `VerifiedValidatorNum` - Number of validators that must verify a block
- `TraceConfig` - Configuration options for tracing
- `BlockStateCalls` - Series of transactions to simulate with optional state and block overrides

### Notes

Expand Down