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

# EVMSigners

> Swift Enumeration

**Enumeration**

```swift theme={null}
enum EVMSigners
```

## Enumeration Cases

### EVMSigners.apiKey

```swift theme={null}
case apiKey
```

### EVMSigners.email(\_:)

```swift theme={null}
case email(String)
```

### EVMSigners.passkey(name:host:)

```swift theme={null}
case passkey(name: String, host: String)
```

## Instance Properties

### signer

Inherited from `SignerProvider.signer`.

```swift theme={null}
@MainActor var signer: any Signer { get }
```
