NodeConfigResponse

data class NodeConfigResponse(val maxNodeCount: Int, val minNodeCount: Int)

Node configuration for the connection.

Constructors

Link copied to clipboard
fun NodeConfigResponse(maxNodeCount: Int, minNodeCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of nodes in the runtime nodes.

Link copied to clipboard

Minimum number of nodes in the runtime nodes.