EthereumDetails constructor

EthereumDetails({
  1. EthereumEndpoints? additionalEndpoints,
  2. bool? apiEnableAdmin,
  3. bool? apiEnableDebug,
  4. String? consensusClient,
  5. String? executionClient,
  6. GethDetails? gethDetails,
  7. String? network,
  8. String? nodeType,
  9. ValidatorConfig? validatorConfig,
})

Implementation

EthereumDetails({
  this.additionalEndpoints,
  this.apiEnableAdmin,
  this.apiEnableDebug,
  this.consensusClient,
  this.executionClient,
  this.gethDetails,
  this.network,
  this.nodeType,
  this.validatorConfig,
});