consensusClient property

String? consensusClient
getter/setter pair

The consensus client.

Immutable. Possible string values are:

  • "CONSENSUS_CLIENT_UNSPECIFIED" : Consensus client has not been specified, but should be.
  • "LIGHTHOUSE" : Consensus client implementation written in Rust, maintained by Sigma Prime. See [Lighthouse - Sigma Prime](https://lighthouse.sigmaprime.io/) for details.
  • "ERIGON_EMBEDDED_CONSENSUS_LAYER" : Erigon's embedded consensus client embedded in the execution client. Note this option is not currently available when creating new blockchain nodes. See Erigon on GitHub for details.

Implementation

core.String? consensusClient;