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

# ExternalWalletSignerData

> Swift Structure

**Structure**

```swift theme={null}
struct ExternalWalletSignerData
```

## Initializers

### init(address:)

```swift theme={null}
init(address: String)
```

### init(from:)

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

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

## Instance Properties

### address

```swift theme={null}
let address: String
```

### locatorId

Inherited from `AdminSignerData.locatorId`.

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

### type

Inherited from `AdminSignerData.type`.

```swift theme={null}
var type: AdminSignerDataType { get }
```

## Instance Methods

### encode(to:)

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

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