ValidatorConfig constructor

ValidatorConfig({
  1. String? beaconFeeRecipient,
  2. bool? managedValidatorClient,
  3. List<String>? mevRelayUrls,
})

Implementation

ValidatorConfig({
  this.beaconFeeRecipient,
  this.managedValidatorClient,
  this.mevRelayUrls,
});