EthereumAPI.Coinbase¶
| Source (upstream pre-purge) | Current | |
|---|---|---|
| File | eth/api.go |
api_pow.go |
| Symbol | EthereumAPI.Coinbase |
EthereumAPI.Coinbase |
| Ref | d8e0807da~1 |
etc/v1.17.3-full-node |
eth_coinbase RPC.
3-way merge — purge → getc ← upstream¶
pre-purge
↗// Coinbase is the address that mining rewards will be sent to (alias for Etherbase).
func (api *EthereumAPI) Coinbase() (common.Address, error) {
return api.Etherbase()
}