> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chain.Companion

> Kotlin Object

**Object**

```kotlin theme={null}
companion object
```

## Properties

| Property | Type                 | Description |
| -------- | -------------------- | ----------- |
| `all`    | `Map<String, Chain>` | -           |

## Functions

| Function   | Description                                  |
| ---------- | -------------------------------------------- |
| `fromName` | Resolves a chain from its string identifier. |

### fromName

```kotlin theme={null}
fun fromName(chainName: String): Chain
```

Resolves a chain from its string identifier.
