ValidatorConfig class

Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client.

Constructors

ValidatorConfig({String? beaconFeeRecipient, bool? managedValidatorClient, List<String>? mevRelayUrls})
ValidatorConfig.fromJson(Map json_)

Properties

beaconFeeRecipient String?
An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
managedValidatorClient bool?
When true, deploys a GCP-managed validator client alongside the beacon client.
getter/setter pair
mevRelayUrls List<String>?
URLs for MEV-relay services to use for block building.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited