Enumeration Cases
Initializers
init(from:)
init(from:)
Inherited fromDecodable.init(from:).
Instance Properties
Instance Methods
encode(to:)
Inherited fromEncodable.encode(to:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum SignerLocator
| Case | Description |
|---|---|
apiKey(address:) | - |
device(publicKey:) | - |
email(_:) | - |
externalWallet(address:) | - |
passkey(credentialId:) | - |
phone(_:) | - |
server(address:) | - |
unknown(_:) | - |
init(from locator: String) throws(WalletError)
Decodable.init(from:).
init(from decoder: any Decoder) throws
| Property | Type | Description |
|---|---|---|
isDevice | Bool | - |
isPasskey | Bool | - |
value | String | - |
Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
Was this page helpful?
