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

# Unknown

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class Unknown(val name: String) : Chain
```

## Constructors

```kotlin theme={null}
constructor(name: String)
```

## Properties

### chainType

```kotlin theme={null}
open override val chainType: ChainType
```

### isTestnet

```kotlin theme={null}
open override val isTestnet: Boolean = true
```

### name

```kotlin theme={null}
open override val name: String
```

## Functions

### isValid

```kotlin theme={null}
open override fun isValid(isProductionEnvironment: Boolean): Boolean
```
