> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-devin-1787949784-wallet-docs-two-concept-model.mintlify.site/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

| Property | Type    | Description |
| -------- | ------- | ----------- |
| `chain`  | `Chain` | -           |
