This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
docs/build/isc/v1.4/docs/reference Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments