Skip to content

Commit

Permalink
fix: include eth_call in API table
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Aug 8, 2023
1 parent 7801764 commit d8c531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SUPPORTED_APIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
| [`ETH`](#eth-namespace) | [`eth_getTransactionByHash`](#eth_gettransactionbyhash) | IMPLEMENTED | Returns the information about a transaction requested by transaction hash |
| [`ETH`](#eth-namespace) | [`eth_getTransactionCount`](#eth_gettransactioncount) | IMPLEMENTED | Returns the number of transactions sent from an address |
| [`ETH`](#eth-namespace) | [`eth_blockNumber`](#eth_blocknumber) | IMPLEMENTED | Returns the number of the most recent block |
| [`ETH`](#eth-namespace) | [`eth_call`]() | IMPLEMENTED | Executes a new message call immediately without creating a transaction on the block chain |
| [`ETH`](#eth-namespace) | [`eth_call`](#eth_call) | IMPLEMENTED | Executes a new message call immediately without creating a transaction on the block chain |
| `ETH` | `eth_accounts` | NOT IMPLEMENTED | Returns a list of addresses owned by client |
| `ETH` | `eth_coinbase` | NOT IMPLEMENTED | Returns the client coinbase address |
| `ETH` | `eth_feeHistory` | NOT IMPLEMENTED | Returns a collection of historical block gas data |
Expand Down

0 comments on commit d8c531c

Please sign in to comment.