Expand description

Nested message and enum types in EthereumDetails.

Modules§

Structs§

  • Contains endpoint information specific to Ethereum nodes.
  • Options for the Geth execution client.
  • Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client.

Enums§

  • The consensus client (also referred to as beacon node or CL client) implements the proof-of-stake consensus algorithm, which enables the network to achieve agreement based on validated data from the execution client.
  • The execution client (i.e., Execution Engine or EL client) listens to new transactions broadcast in the network, executes them in EVM, and holds the latest state and database of all current Ethereum data.
  • Options for the execution client.
  • The Ethereum environment being accessed.
  • The type of Ethereum node.