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

# TransferTokenLocator

> Swift Enumeration

**Enumeration**

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

## Operators

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

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

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

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

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

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

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

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

## Enumeration Cases

| Case                  | Description |
| --------------------- | ----------- |
| `address(_:)`         | -           |
| `currency(_:)`        | -           |
| `tokenId(_:tokenId:)` | -           |

## Instance Properties

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

## Instance Methods

### matches(\_:)

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

## Enumerations

### TransferTokenLocator.CurrencyData

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