Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 7f3fc0e

Browse files
committed
Remove feeHistory
1 parent f9b5b89 commit 7f3fc0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/build/isc/v1.4/docs/reference/json-rpc-spec.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This page deals with the JSON-RPC API used by EVM execution clients.
1414
| [eth_chainId] | _Returns the chain ID of the current network_ ||
1515
| [eth_coinbase] | _Returns the client Coinbase address (Response is always the `Common` Address of the IOTA EVM)__ ||
1616
| [eth_estimateGas] | _Generates and returns an estimate of how much gas is necessary to allow the transaction to complete._ ||
17-
| [eth_feeHistory] | _Returns fee history_ ||
1817
| [eth_gasPrice] | _Returns the current price per gas in wei_ ||
1918
| [eth_getBalance] | _Returns the balance of the account of given address_ ||
2019
| [eth_getBlockByHash] | _Returns information about a block by hash_ ||
@@ -90,7 +89,6 @@ You can find the complete set of available specs in the [Ethereum API Documentat
9089
[eth_chainId]: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_chainid
9190
[eth_coinbase]: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_coinbase
9291
[eth_estimateGas]: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_estimategas
93-
[eth_feeHistory]: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_feehistory
9492
[eth_gasPrice]: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gasprice
9593
[eth_getBalance]: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance
9694
[eth_getBlockByHash]: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getblockbyhash

0 commit comments

Comments
 (0)