beaconFeeRecipient = $beaconFeeRecipient; } /** * @return string */ public function getBeaconFeeRecipient() { return $this->beaconFeeRecipient; } /** * @param bool */ public function setManagedValidatorClient($managedValidatorClient) { $this->managedValidatorClient = $managedValidatorClient; } /** * @return bool */ public function getManagedValidatorClient() { return $this->managedValidatorClient; } /** * @param string[] */ public function setMevRelayUrls($mevRelayUrls) { $this->mevRelayUrls = $mevRelayUrls; } /** * @return string[] */ public function getMevRelayUrls() { return $this->mevRelayUrls; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ValidatorConfig::class, 'Google_Service_BlockchainNodeEngine_ValidatorConfig');