Package-level declarations

Types

Link copied to clipboard
data class BlockchainNodesConnectionInfo(val endpointInfos: List<BlockchainNodesConnectionInfoEndpointInfo>? = null, val serviceAttachment: String? = null)
data class BlockchainNodesConnectionInfoEndpointInfo(val jsonRpcApiEndpoint: String? = null, val websocketsApiEndpoint: String? = null)
Link copied to clipboard
data class BlockchainNodesEthereumDetails(val additionalEndpoints: List<BlockchainNodesEthereumDetailsAdditionalEndpoint>? = null, val apiEnableAdmin: Boolean? = null, val apiEnableDebug: Boolean? = null, val consensusClient: String? = null, val executionClient: String? = null, val gethDetails: BlockchainNodesEthereumDetailsGethDetails? = null, val network: String? = null, val nodeType: String? = null, val validatorConfig: BlockchainNodesEthereumDetailsValidatorConfig? = null)
data class BlockchainNodesEthereumDetailsAdditionalEndpoint(val beaconApiEndpoint: String? = null, val beaconPrometheusMetricsApiEndpoint: String? = null, val executionClientPrometheusMetricsApiEndpoint: String? = null)
data class BlockchainNodesEthereumDetailsGethDetails(val garbageCollectionMode: String? = null)
data class BlockchainNodesEthereumDetailsValidatorConfig(val mevRelayUrls: List<String>? = null)