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

# EVMEmailSigner

> Swift Class

**Class**

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

## 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`          | -                                    |
| `keyType`     | `String`          | -                                    |
| `signerType`  | `SignerType`      | Inherited from `Signer.signerType`.  |

## Type Aliases

### EVMEmailSigner.AdminType

Inherited from `Signer.AdminType`.

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