EthereumDetails constructor
EthereumDetails({
- EthereumEndpoints? additionalEndpoints,
- bool? apiEnableAdmin,
- bool? apiEnableDebug,
- String? consensusClient,
- String? executionClient,
- GethDetails? gethDetails,
- String? network,
- String? nodeType,
- ValidatorConfig? validatorConfig,
Implementation
EthereumDetails({
this.additionalEndpoints,
this.apiEnableAdmin,
this.apiEnableDebug,
this.consensusClient,
this.executionClient,
this.gethDetails,
this.network,
this.nodeType,
this.validatorConfig,
});