Chain Chain Config
data class ChainChainConfig(val nodes: List<ChainChainConfigNode>? = null, val routers: List<ChainChainConfigRouter>? = null)
Constructors
Link copied to clipboard
constructor(nodes: List<ChainChainConfigNode>? = null, routers: List<ChainChainConfigRouter>? = null)