Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
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
address(_:)
email(_:)
phoneNumber(_:)
twitter(_:)
userId(_:)
x(_:)
description
String
CustomStringConvertible.description
Encodable.encode(to:)
func encode(to encoder: any Encoder) throws
func matches(_ string: String) -> Bool
enum OptionalChain
Was this page helpful?