Objects
Chain.Companion
Kotlin Object
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Object
companion object
| Property | Type | Description |
|---|---|---|
all | Map<String, Chain> | - |
| Function | Description |
|---|---|
fromName | Resolves a chain from its string identifier. |
fun fromName(chainName: String): Chain
Was this page helpful?
