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

### adminSigner

Inherited from `Signer.adminSigner`.

```swift theme={null}
var adminSigner: EmailSignerData { get async }
```

### email

```swift theme={null}
var email: String? { get async }
```

### encoding

```swift theme={null}
var encoding: String { get async }
```

### isInitialized

```swift theme={null}
var isInitialized: Bool { get async }
```

### keyType

```swift theme={null}
var keyType: String { get async }
```

### signerType

Inherited from `Signer.signerType`.

```swift theme={null}
nonisolated let signerType: SignerType
```

## Type Aliases

### StellarEmailSigner.AdminType

Inherited from `Signer.AdminType`.

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