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 TransferTokenLocator
Operators
!=(::)
static func != (lhs: TransferTokenLocator, rhs: String) -> Bool
!=(::)
static func != (lhs: String, rhs: TransferTokenLocator) -> Bool
==(::)
static func == (lhs: TransferTokenLocator, rhs: String) -> Bool
==(::)
static func == (lhs: String, rhs: TransferTokenLocator) -> Bool
Enumeration Cases
TransferTokenLocator.address(_:)
case address(ChainAndAddress)
TransferTokenLocator.currency(_:)
case currency(TransferTokenLocator.CurrencyData)
TransferTokenLocator.tokenId(_:tokenId:)
case tokenId(ChainAndAddress, tokenId: String)
Instance Properties
description
Inherited from CustomStringConvertible.description.
var description: String { get }
Instance Methods
matches(_:)
func matches(_ string: String) -> Bool
Enumerations
TransferTokenLocator.CurrencyData