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

# StellarEmailSigner

> Swift Class

**Class**

```swift theme={null}
final class StellarEmailSigner
```

## Initializers

### init(email:crossmintTEE:)

```swift theme={null}
init(email: String, crossmintTEE: CrossmintTEE?)
```

## Instance Properties

| Property        | Type              | Description                          |
| --------------- | ----------------- | ------------------------------------ |
| `adminSigner`   | `EmailSignerData` | Inherited from `Signer.adminSigner`. |
| `email`         | `String?`         | -                                    |
| `encoding`      | `String`          | -                                    |
| `isInitialized` | `Bool`            | -                                    |
| `keyType`       | `String`          | -                                    |
| `signerType`    | `SignerType`      | Inherited from `Signer.signerType`.  |

## Type Aliases

### StellarEmailSigner.AdminType

Inherited from `Signer.AdminType`.

```swift theme={null}
typealias AdminType = EmailSignerData
```
