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

# WalletLocator

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### WalletLocator.address(\_:)

```swift theme={null}
case address(Address)
```

### WalletLocator.externalWallet(*:*:)

```swift theme={null}
case externalWallet(Chain, Address)
```

### WalletLocator.owner(*:*:)

```swift theme={null}
case owner(Owner, ChainType)
```

### WalletLocator.ownerWithChain(*:*:)

```swift theme={null}
case ownerWithChain(Owner, Chain)
```

## Initializers

### init(from:)

```swift theme={null}
init(from locator: String) throws
```

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

## Instance Properties

### value

```swift theme={null}
var value: String { get }
```

## Instance Methods

### encode(to:)

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

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