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 WalletLocator
| Case | Description |
|---|---|
address(_:) | - |
externalWallet(_:_:) | - |
owner(_:_:) | - |
ownerWithChain(_:_:) | - |
init(from locator: String) throws
Decodable.init(from:).
init(from decoder: any Decoder) throws
| Property | Type | Description |
|---|---|---|
value | String | - |
Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
Was this page helpful?
