BlockchainNodesEthereumDetailsValidatorConfig

data class BlockchainNodesEthereumDetailsValidatorConfig(val mevRelayUrls: List<String>? = null)

Constructors

constructor(mevRelayUrls: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mevRelayUrls: List<String>? = null

URLs for MEV-relay services to use for block building. When set, a managed MEV-boost service is configured on the beacon client.