Config
eth_coinbase
Returns the client coinbase address.
Parameters
None
Return Value
Type | Description |
---|---|
20-byte DATA | The current coinbase address. |
Example
eth_etherbase
Returns the client etherbase address.
Parameters
None
Return Value
Type | Description |
---|---|
20-byte DATA | The current etherbase address. |
Example
eth_chainId
Return current chainId set on the requested node.
Parameters
None
Return Value
Type | Description |
---|---|
QUANTITY | Chain id set on the requested node. |
Example
eth_gasPrice
Returns the current price per gas in peb.
NOTE: This API has different behavior from Ethereum's and returns a gas price of Klaytn instead of suggesting a gas price as in Ethereum.
Parameters
None
Return Value
Type | Description |
---|---|
QUANTITY | Integer of the current gas price in peb. |
Example
Last updated