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

# SpecificChain

> Swift Protocol

**Protocol**

```swift theme={null}
protocol SpecificChain : AnyChain, Decodable, Encodable, Hashable
```

## Operators

### !=(*:*:)

```swift theme={null}
static func != (lhs: Chain, rhs: Self) -> Bool
```

### !=(*:*:)

```swift theme={null}
static func != (lhs: Self, rhs: Chain) -> Bool
```

## Initializers

### init(\_:)

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

## Instance Properties

### chain

```swift theme={null}
var chain: Chain { get }
```
