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

# TransferTokenRecipient

> Swift Enumeration

**Enumeration**

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

## Operators

### !=(\_:\_:)

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

### !=(\_:\_:)

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

### !=(\_:\_:)

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

### !=(\_:\_:)

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

### ==(\_:\_:)

```swift theme={null}
static func == (lhs: String, rhs: TransferTokenRecipient) -> Bool
```

### ==(\_:\_:)

```swift theme={null}
static func == (lhs: NonEmptyString, rhs: TransferTokenRecipient) -> Bool
```

### ==(\_:\_:)

```swift theme={null}
static func == (lhs: TransferTokenRecipient, rhs: String) -> Bool
```

### ==(\_:\_:)

```swift theme={null}
static func == (lhs: TransferTokenRecipient, rhs: NonEmptyString) -> Bool
```

## Enumeration Cases

| Case              | Description |
| ----------------- | ----------- |
| `address(_:)`     | -           |
| `email(_:)`       | -           |
| `phoneNumber(_:)` | -           |
| `twitter(_:)`     | -           |
| `userId(_:)`      | -           |
| `x(_:)`           | -           |

## Instance Properties

| Property      | Type     | Description                                           |
| ------------- | -------- | ----------------------------------------------------- |
| `description` | `String` | Inherited from `CustomStringConvertible.description`. |

## Instance Methods

### encode(to:)

Inherited from `Encodable.encode(to:)`.

```swift theme={null}
func encode(to encoder: any Encoder) throws
```

### matches(\_:)

```swift theme={null}
func matches(_ string: String) -> Bool
```

## Enumerations

### TransferTokenRecipient.OptionalChain

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