Chain Chain Config Node
data class ChainChainConfigNode(val enable: Boolean? = null, val nodeConfigs: List<ChainChainConfigNodeNodeConfig>? = null, val nodeName: String? = null)
Constructors
Link copied to clipboard
constructor(enable: Boolean? = null, nodeConfigs: List<ChainChainConfigNodeNodeConfig>? = null, nodeName: String? = null)