Config
eth_coinbase
타입
설명
// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_coinbase","params":[],"id":1}' http://localhost:8551
// Result
{
"jsonrpc": "2.0",
"id":1,
"result": "0xc94770007dda54cF92009BFF0dE90c06F603a09f"
}eth_etherbase
타입
설명
eth_chainId
타입
설명
eth_gasPrice
Type
Description
Last updated
Was this helpful?