Enums
TransferTokenLocator
Swift Enumeration
Enumeration
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum TransferTokenLocator
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
| Case | Description |
|---|---|
address(_:) | - |
currency(_:) | - |
tokenId(_:tokenId:) | - |
| Property | Type | Description |
|---|---|---|
description | String | Inherited from CustomStringConvertible.description. |
func matches(_ string: String) -> Bool
enum CurrencyData
Was this page helpful?
