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

# SignerStatus

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

| Case               | Description |
| ------------------ | ----------- |
| `active`           | -           |
| `awaitingApproval` | -           |
| `failed`           | -           |
| `pending`          | -           |
| `unknown`          | -           |

## Initializers

### init(rawValue:)

Inherited from `RawRepresentable.init(rawValue:)`.

```swift theme={null}
init?(rawValue: String)
```

## Type Methods

### from(\_:)

```swift theme={null}
static func from(_ rawValue: String?) -> SignerStatus
```
