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

# AdminSignerData

> Swift Protocol

**Protocol**

```swift theme={null}
protocol AdminSignerData : Decodable, Encodable, Sendable
```

## Instance Properties

### locator

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

### locatorId

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

### type

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