> ## 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.

# ChainType

> Swift Enumeration

**Enumeration**

```swift theme={null}
enum ChainType
```

## Enumeration Cases

### ChainType.evm

```swift theme={null}
case evm
```

### ChainType.solana

```swift theme={null}
case solana
```

### ChainType.stellar

```swift theme={null}
case stellar
```

### ChainType.unknown

```swift theme={null}
case unknown
```

## Initializers

### init(rawValue:)

Inherited from `RawRepresentable.init(rawValue:)`.

```swift theme={null}
init?(rawValue: String)
```
