Skip to main content
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

enum CurrencyData