Enumeration Cases
Initializers
init(rawValue:)
Inherited fromRawRepresentable.init(rawValue:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum SignerStatus
| Case | Description |
|---|---|
active | - |
awaitingApproval | - |
failed | - |
pending | - |
unknown | - |
RawRepresentable.init(rawValue:).
init?(rawValue: String)
static func from(_ rawValue: String?) -> SignerStatus
Was this page helpful?
