Package-level declarations
Types
Link copied to clipboard
data class BlockchainNodesConnectionInfo(val endpointInfos: List<BlockchainNodesConnectionInfoEndpointInfo>? = null, val serviceAttachment: String? = null)
Link copied to clipboard
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)
Link copied to clipboard
data class BlockchainNodesEthereumDetailsAdditionalEndpoint(val beaconApiEndpoint: String? = null, val beaconPrometheusMetricsApiEndpoint: String? = null, val executionClientPrometheusMetricsApiEndpoint: String? = null)
Link copied to clipboard
Link copied to clipboard