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

# StellarSigners

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### StellarSigners.apiKey

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

### StellarSigners.email(\_:)

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

## Instance Properties

### signer

Inherited from `SignerProvider.signer`.

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