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

# ServerSignerData

> Swift Structure

**Structure**

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

## Initializers

### init(address:)

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

## Instance Properties

| Property    | Type                  | Description                                 |
| ----------- | --------------------- | ------------------------------------------- |
| `address`   | `String`              | -                                           |
| `locatorId` | `String`              | Inherited from `AdminSignerData.locatorId`. |
| `type`      | `AdminSignerDataType` | Inherited from `AdminSignerData.type`.      |
