BlockchainNodesEthereumDetailsValidatorConfigArgs

data class BlockchainNodesEthereumDetailsValidatorConfigArgs(val mevRelayUrls: Output<List<String>>? = null) : ConvertibleToJava<BlockchainNodesEthereumDetailsValidatorConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val mevRelayUrls: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): BlockchainNodesEthereumDetailsValidatorConfigArgs