Skip to main content
Enumeration
enum StellarSupportedToken

Enumeration Cases

StellarSupportedToken.usdxm

case usdxm

StellarSupportedToken.xlm

case xlm

Instance Properties

asCryptoCurrency

var asCryptoCurrency: CryptoCurrency { get }

name

var name: String { get }

Type Methods

toStellarSupportedToken(_:)

static func toStellarSupportedToken(_ cryptoCurrency: CryptoCurrency?) -> StellarSupportedToken?