Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Enumeration
enum TransferTokenRecipient
Operators
!=(::)
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
Enumeration Cases
TransferTokenRecipient.address(_:)
case address(ChainAndAddress)
TransferTokenRecipient.email(_:)
case email(TransferTokenRecipient.OptionalChain)
TransferTokenRecipient.phoneNumber(_:)
case phoneNumber(TransferTokenRecipient.OptionalChain)
case twitter(TransferTokenRecipient.OptionalChain)
TransferTokenRecipient.userId(_:)
case userId(TransferTokenRecipient.OptionalChain)
TransferTokenRecipient.x(_:)
case x(TransferTokenRecipient.OptionalChain)
Instance Properties
description
Inherited from CustomStringConvertible.description.
var description: String { get }
Instance Methods
encode(to:)
Inherited from Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
matches(_:)
func matches(_ string: String) -> Bool
Enumerations
TransferTokenRecipient.OptionalChain