EthereumMethods
eth_coinbase
Ethereum eth_coinbase method documentation for the NaaS API.
eth_coinbase
Overview
The 'eth_coinbase' returns the client coinbase address. The coinbase address is the account to pay mining rewards to.
eth_chainID
The eth_chainId provided is always aligned with the data in the latest recognized head block. This guarantees that users of this RPC method can consistently utilize the fetched data to authenticate...
eth_createAccessList
The eth_createAccessList method Creates an EIP-2930 access list that can be included in a transaction. This method is essential for optimizing your smart contract interactions. Access lists are a p...