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

# AnyChain

> Swift Protocol

**Protocol**

```swift theme={null}
protocol AnyChain : Sendable
```

## Instance Properties

### chainType

```swift theme={null}
var chainType: ChainType { get }
```

### name

```swift theme={null}
var name: String { get }
```

## Instance Methods

### isValid(isProductionEnvironment:)

```swift theme={null}
func isValid(isProductionEnvironment: Bool) -> Bool
```
