Operators
!=(_:_:)
!=(_:_:)
!=(_:_:)
!=(_:_:)
==(_:_:)
==(_:_:)
==(_:_:)
==(_:_:)
Enumeration Cases
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 TransferTokenRecipient
static func != (lhs: TransferTokenRecipient, rhs: NonEmptyString) -> Bool
static func != (lhs: TransferTokenRecipient, rhs: String) -> Bool
static func != (lhs: String, rhs: TransferTokenRecipient) -> Bool
static func != (lhs: NonEmptyString, rhs: TransferTokenRecipient) -> Bool
static func == (lhs: String, rhs: TransferTokenRecipient) -> Bool
static func == (lhs: NonEmptyString, rhs: TransferTokenRecipient) -> Bool
static func == (lhs: TransferTokenRecipient, rhs: String) -> Bool
static func == (lhs: TransferTokenRecipient, rhs: NonEmptyString) -> Bool
| Case | Description |
|---|---|
address(_:) | - |
email(_:) | - |
phoneNumber(_:) | - |
twitter(_:) | - |
userId(_:) | - |
x(_:) | - |
| Property | Type | Description |
|---|---|---|
description | String | Inherited from CustomStringConvertible.description. |
Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
func matches(_ string: String) -> Bool
enum OptionalChain
Was this page helpful?
