executionClient property

String? executionClient
getter/setter pair

The execution client

Immutable. Possible string values are:

  • "EXECUTION_CLIENT_UNSPECIFIED" : Execution client has not been specified, but should be.
  • "GETH" : Official Go implementation of the Ethereum protocol. See [go-ethereum](https://geth.ethereum.org/) for details.
  • "ERIGON" : An implementation of Ethereum (execution client), on the efficiency frontier, written in Go. See Erigon on GitHub for details.

Implementation

core.String? executionClient;