BlockchainNodesEthereumDetailsAdditionalEndpoint

data class BlockchainNodesEthereumDetailsAdditionalEndpoint(val beaconApiEndpoint: String? = null, val beaconPrometheusMetricsApiEndpoint: String? = null, val executionClientPrometheusMetricsApiEndpoint: String? = null)

Constructors

constructor(beaconApiEndpoint: String? = null, beaconPrometheusMetricsApiEndpoint: String? = null, executionClientPrometheusMetricsApiEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The assigned URL for the node's Beacon API endpoint.

Link copied to clipboard

The assigned URL for the node's Beacon Prometheus metrics endpoint.

The assigned URL for the node's execution client's Prometheus metrics endpoint.