EthereumDetails constructor

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

Implementation

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